X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=eb3f34d026243bcc25d94883e2a84436c73fe94d;hp=db815a7bb55648f4a36c35785d7527d17a9f9e09;hb=ddd1e012ee5ffafc17b33a1155e282e617cb4b09;hpb=49928fe40aa3dc45d3661e556c0192ae4a2af43a diff --git a/configure.ac b/configure.ac index db815a7b..eb3f34d0 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes]) if test "x${enable_python:-yes}" = xyes; then AX_PKG_SWIG($swig_version, [], [ AC_MSG_ERROR([SWIG $swig_version or newer is needed]) ]) - AM_PATH_PYTHON + AM_PATH_PYTHON([3.0], [], [ AC_MSG_ERROR([Python 3.0 or newer is needed]) ]) AM_PATH_PYTHON_MODULES([PYTHON]) # pythondir is the path where extra modules are to be installed