X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=55977bc279c232df9da1408faf77fcce1ab064df;hp=168db76880f48ab66c544ff6d2b4f0c8fdec1ca8;hb=56aa23544a67a475f5a4dd9083ed67fa613b1eba;hpb=9c4445429c2c2d558a13023dd4c9bbcf24f8cc7b diff --git a/configure.ac b/configure.ac index 168db7688..55977bc27 100644 --- a/configure.ac +++ b/configure.ac @@ -339,7 +339,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])