mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-31 13:47:30 +03:00
If --with-python is specified, look for the Python interpreter not just in
* configure.in (PYTHON_SITE_PACKAGES): If --with-python is specified, look for the Python interpreter not just in the specified root but also in the specified location. Fixes #98825 Daniel
This commit is contained in:
parent
a8c0adbc39
commit
4efd3be5ed
@ -1,3 +1,9 @@
|
||||
Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
|
||||
|
||||
* configure.in (PYTHON_SITE_PACKAGES): If --with-python is
|
||||
specified, look for the Python interpreter not just in the
|
||||
specified root but also in the specified location. Fixes #98825
|
||||
|
||||
Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/libxml.c: fixing bug #98792 , node may have no doc
|
||||
|
@ -208,10 +208,10 @@ if test "$with_python" != "no" ; then
|
||||
else
|
||||
if test -x "$with_python"
|
||||
then
|
||||
echo Found python in $with_python/bin/python
|
||||
PYTHON="$with_python/bin/python"
|
||||
echo Found python in $with_python
|
||||
PYTHON="$with_python"
|
||||
else
|
||||
AC_PATH_PROG(PYTHON, python python2.2 python2.1 python2.0 python1.6 python1.5)
|
||||
AC_PATH_PROG(PYTHON, python 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