build: We only need python 2.x for generating the bindings.
This commit is contained in:
parent
4d7b36a0b5
commit
57d62c4c71
|
@ -191,7 +191,7 @@ if test "x$HAVE_GCCXML" != "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Python is needed for the C++ (and Python) bindings.
|
# 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";
|
[CXXFLAGS="$CXXFLAGS $python_CFLAGS";
|
||||||
CXXLIBS="$CXXLIBS $python_LIBS"],
|
CXXLIBS="$CXXLIBS $python_LIBS"],
|
||||||
[BINDINGS_CXX="no"])
|
[BINDINGS_CXX="no"])
|
||||||
|
|
Loading…
Reference in New Issue