]> sigrok.org Git - libsigrok.git/commitdiff
Build: Prefer newer versions of libftdi and SWIG
authorDaniel Elstner <redacted>
Sun, 23 Aug 2015 22:08:01 +0000 (00:08 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 18:14:57 +0000 (20:14 +0200)
configure.ac

index 3579650f8f671096bba30fae034bdc8f8805f5a8..f7b2e48909967dbbf8265af227b7e3135fc42c43 100644 (file)
@@ -82,7 +82,7 @@ SR_ARG_OPT_PKG([libserialport], [LIBSERIALPORT], [NEED_SERIAL],
        [libserialport >= 0.1.1])
 
 SR_ARG_OPT_PKG([libftdi], [LIBFTDI],,
-       [libftdi >= 0.16], [libftdi1 >= 1.0])
+       [libftdi1 >= 1.0], [libftdi >= 0.16])
 
 # FreeBSD comes with an "integrated" libusb-1.0-style USB API.
 # This means libusb-1.0 is always available; no need to check for it.
@@ -323,7 +323,7 @@ AS_IF([test "x$HAVE_PYMOD_SETUPTOOLS" != xyes],
        [SR_APPEND([sr_python_missing], [', '], [setuptools])])
 
 # The Python bindings use SWIG to generate code.
-AC_CHECK_PROGS([SWIG], [swig swig2.0 swig3.0])
+AC_CHECK_PROGS([SWIG], [swig swig3.0 swig2.0])
 AS_IF([test "x$SWIG" = x],
        [SR_APPEND([sr_python_missing], [', '], [SWIG])])