Add support for connection tracking.
[cascardo/ovs.git] / tests / atlocal.in
index 5946a3c..8e9fd9b 100644 (file)
@@ -110,3 +110,10 @@ fi
 if test "$IS_WIN32" = "yes"; then
     HAVE_PYTHON="no"
 fi
+
+# Conntrack test requirements
+if test x`which conntrack` != x; then
+    HAVE_CONNTRACK="yes"
+else
+    HAVE_CONNTRACK="no"
+fi