mirror of
https://github.com/darlinghq/darling-libxslt.git
synced 2025-03-02 09:05:30 +00:00
added python2.4 to the list of accepted versions (bug 163274)
* configure.in: added python2.4 to the list of accepted versions (bug 163274)
This commit is contained in:
parent
8449363fb1
commit
b362c75108
@ -1,3 +1,8 @@
|
||||
Tue Jan 11 10:50:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* configure.in: added python2.4 to the list of accepted
|
||||
versions (bug 163274)
|
||||
|
||||
Sun Jan 9 17:04:23 CET 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxslt/extensions.c: oops previous patch could break build
|
||||
|
@ -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" != ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user