]> sigrok.org Git - libsigrok.git/commitdiff
build: We only need python 2.x for generating the bindings.
authorBert Vermeulen <redacted>
Wed, 23 Jul 2014 10:45:41 +0000 (12:45 +0200)
committerBert Vermeulen <redacted>
Wed, 23 Jul 2014 10:45:41 +0000 (12:45 +0200)
configure.ac

index 90bd73b0d5b6a3b524eae2208b00195969893706..c3eb9b51ef4d50d8c1ec8816f0ed67f0b01fe9d5 100644 (file)
@@ -191,7 +191,7 @@ if test "x$HAVE_GCCXML" != "xyes"; then
 fi
 
 # Python is needed for the C++ (and Python) bindings.
-PKG_CHECK_MODULES([python], [python3 >= 2.7],
+PKG_CHECK_MODULES([python], [python >= 2.7],
         [CXXFLAGS="$CXXFLAGS $python_CFLAGS";
         CXXLIBS="$CXXLIBS $python_LIBS"],
                [BINDINGS_CXX="no"])