summaryrefslogtreecommitdiff
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2019-03-11 17:16:45 +0000
committerWei Liu <wei.liu2@citrix.com>2019-03-12 14:24:52 +0000
commit72288c156662e764cc47605f51842b4d0fcc3582 (patch)
tree46096aca5f9b880b1c9fd30db90a13a25ad89251 /tools/configure.ac
parent919ddc3c0e566dd7a08634a074f43de998acd048 (diff)
downloadxen-72288c156662e764cc47605f51842b4d0fcc3582.tar.gz
Update Python requirement to 2.6
CentOS 5, which was the reason for the 2.4 restriction, is EOL. CentOS 6 ships 2.6. Bump the version to 2.6 in README. Update configure. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 1499344ce6..c9fd69ddfa 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -358,7 +358,7 @@ AS_IF([echo "$PYTHON" | grep -q "^/"], [
],[test -z "$PYTHON"], [PYTHON="python"],
[AC_MSG_ERROR([PYTHON specified, but is not an absolute path])])
AX_PATH_PROG_OR_FAIL([PYTHONPATH], [$PYTHON])
-AX_CHECK_PYTHON_VERSION([2], [3])
+AX_CHECK_PYTHON_VERSION([2], [6])
AS_IF([test "$cross_compiling" != yes], [
AX_CHECK_PYTHON_DEVEL()