]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
configure.ac: Prefer python3 over python2
authorPierre Lebleu <pierre.lebleu@pile-engineering.com>
Fri, 8 Nov 2024 14:23:43 +0000 (15:23 +0100)
committerPierre Lebleu <pierre.lebleu@pile-engineering.com>
Wed, 13 Nov 2024 09:52:45 +0000 (10:52 +0100)
Signed-off-by: Pierre Lebleu <pierre.lebleu@pile-engineering.com>
configure.ac

index be8b4d6e266b939c75e5268bf0174f256add7fbb..e2d9860b95869bfd4c722efeeb22a3d652c56807 100644 (file)
@@ -1018,7 +1018,7 @@ AC_ARG_ENABLE(python,AS_HELP_STRING([--disable-python],[do not build the python
 
 if test  "$enable_python" = "yes"; then
 dnl Check for python
-AM_PATH_PYTHON(2.3,[],[enable_python=no])
+AM_PATH_PYTHON(3,[],[enable_python=no])
 AM_CHECK_PYTHON_HEADERS(,[enable_python=no;AC_MSG_WARN(could not find Python headers)])
 fi