ofp-util: Rewrite async config encoding and decoding to be table-driven.
[cascardo/ovs.git] / tests / atlocal.in
index 5946a3c..5815c6c 100644 (file)
@@ -110,3 +110,10 @@ fi
 if test "$IS_WIN32" = "yes"; then
     HAVE_PYTHON="no"
 fi
+
+if test "$HAVE_PYTHON" = "yes" \
+   && test "x`$PYTHON $abs_top_srcdir/tests/test-l7.py --help | grep 'ftp'`" != x; then
+    HAVE_PYFTPDLIB="yes"
+else
+    HAVE_PYFTPDLIB="no"
+fi