X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=45e92853ab2acf519f993dddc16dfcf0a333cfe0;hb=ab24e5255a73329d5117669289ee95061dd498b5;hp=5afcfb7d25a26c7dd4269bc109eee8ba658787c3;hpb=c1ca61b96661f391f6d01e4f521cecac7a7f1bb3;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 5afcfb7d2..45e92853a 100644 --- a/configure.ac +++ b/configure.ac @@ -320,7 +320,7 @@ AM_CONDITIONAL([PYTHON_BINDING], [test "x${enable_python_binding:-yes}" = xyes]) if test "x${enable_python_binding:-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_ARG_VAR([PYTHON_INCLUDE], [Include flags for python, bypassing python-config]) AC_ARG_VAR([PYTHON_CONFIG], [Path to python-config])