From cf865f132791b97cd564828b23da8355bd4e6d66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 10 Sep 2007 22:24:25 +0200 Subject: [PATCH] Require python >= 2.5. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d3e2f9a..a92839d 100644 --- a/configure.ac +++ b/configure.ac @@ -785,7 +785,8 @@ esac], [enable_python=no]) AS_IF([test "$enable_python" = yes],[ - AM_PATH_PYTHON([],[ +# rpm-python requires python-2.5 + AM_PATH_PYTHON([2.5],[ WITH_PYTHON_INCLUDE=`${PYTHON} -c 'from distutils.sysconfig import *; print get_python_inc()'` WITH_PYTHON_SUBPACKAGE=1 save_CPPFLAGS="$CPPFLAGS" -- 2.7.4