build: We only need python 2.x for generating the bindings.

This commit is contained in:
Bert Vermeulen 2014-07-23 12:45:41 +02:00
parent 4d7b36a0b5
commit 57d62c4c71
1 changed files with 1 additions and 1 deletions

View 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"])