From: Philippe Proulx Date: Fri, 22 Sep 2023 15:46:31 +0000 (-0400) Subject: configure.ac: require Python 3.4+ X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=041857ecdec13bc59d1bcce2d73e6371f6ba4e7c configure.ac: require Python 3.4+ Signed-off-by: Philippe Proulx Change-Id: Iec0fc9ec23016069a30b08bb63c808ed6d3143cb Reviewed-on: https://review.lttng.org/c/babeltrace/+/10913 Reviewed-by: Michael Jeanson Reviewed-by: Simon Marchi Tested-by: jenkins --- diff --git a/configure.ac b/configure.ac index c7228ffe..f81e7334 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ AM_CONDITIONAL([HAVE_FLEX], [test "x$have_flex" = "xyes"]) # Always check for python, we will fail later if some features require it and # it's unavailable. -AM_PATH_PYTHON([3.0], [ +AM_PATH_PYTHON([3.4], [ AE_PATH_PYTHON_MODULES([PYTHON]) # pythondir is the path where extra modules are to be installed