X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=86ef7c9cd82c64053867e60674f22c6585099aab;hb=d1a0fad8df4d6777fabb4eddee71aa0dea3bbddd;hp=16dee8b368e5b60e5dd395fac86913ea1b581d49;hpb=cb80e2fb106d56b4a0ae9c0480a368572f4d0d35;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 16dee8b3..86ef7c9c 100644 --- a/configure.ac +++ b/configure.ac @@ -483,6 +483,7 @@ environment variable. ]) AX_COMPARE_VERSION(["$PYTHON_VERSION"], [ge], ["3.12"], [ + have_python_312_or_greater=yes AC_MSG_CHECKING([for python setuptools]) AS_IF(["$PYTHON" -c "import setuptools" 2>/dev/null], [ AC_MSG_RESULT([yes]) @@ -576,6 +577,7 @@ AM_CONDITIONAL([HAVE_CMAKE], [test "x$CMAKE" != "x"]) AM_CONDITIONAL([HAVE_CXX], [test "$HAVE_CXX11" = "1"]) AM_CONDITIONAL([HAVE_JAVAH], [test "x$JAVAH" != "x"]) AM_CONDITIONAL([HAVE_PERF_EVENT], [test "x$ac_cv_header_linux_perf_event_h" = "xyes"]) +AM_CONDITIONAL([HAVE_PYTHON_312_OR_GREATER], [test "x$have_python_312_or_greater" = "xyes"]) ## ##