From b362c7510842db6b893d8a8d6e6f0b84c82fb5c8 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Tue, 11 Jan 2005 02:49:41 +0000 Subject: [PATCH] added python2.4 to the list of accepted versions (bug 163274) * configure.in: added python2.4 to the list of accepted versions (bug 163274) --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 563f345..e40a500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 11 10:50:33 HKT 2005 William Brack + + * configure.in: added python2.4 to the list of accepted + versions (bug 163274) + Sun Jan 9 17:04:23 CET 2005 Daniel Veillard * libxslt/extensions.c: oops previous patch could break build diff --git a/configure.in b/configure.in index 387f0e1..a2183e3 100644 --- a/configure.in +++ b/configure.in @@ -171,7 +171,7 @@ if test "$with_python" != "no" ; then echo Found python in $with_python PYTHON="$with_python" else - AC_PATH_PROG(PYTHON, python python2.3 python2.2 python2.1 python2.0 python1.6 python1.5) + AC_PATH_PROG(PYTHON, python python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5) fi fi if test "$PYTHON" != "" -- 2.7.4