From 105518cf5766bba6647e26b96e31b5a2d8ba18c4 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Sat, 5 Dec 2009 11:05:39 +0200 Subject: Bump up the python version requirement to match reality - Python >= 2.6 is known to work, 2.5 might be possible with __future__ imports but until somebody tests it... --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad114b9cc..d071775e8 100644 --- a/configure.ac +++ b/configure.ac @@ -670,9 +670,7 @@ esac], [enable_python=no]) AS_IF([test "$enable_python" = yes],[ -# rpm-python is based on python-2.5, -# with legacy hacks to allow building against python >= 2.3 - AM_PATH_PYTHON([2.3],[ + AM_PATH_PYTHON([2.6],[ WITH_PYTHON_INCLUDE=`${PYTHON} -c 'from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_inc())'` WITH_PYTHON_SUBPACKAGE=1 save_CPPFLAGS="$CPPFLAGS" -- cgit v1.2.3