1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-20 14:03:33 +03:00

fixed stupid bug #70738 found by alfons hoogervorst

* configure.in: fixed stupid bug #70738 found by alfons hoogervorst
This commit is contained in:
Daniel Veillard 2002-02-06 22:40:50 +00:00
parent 70cab35abb
commit 15a143b36a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: fixed stupid bug #70738 found by alfons hoogervorst
Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/TODO python/libxml.c: cleanup the extension function lookup

View File

@ -223,7 +223,7 @@ if test "$with_python" != "no" ; then
if test -r /usr/include/python$PYTHON_VERSION/Python.h
then
PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
PYTHON_SITE_PACKAGES='$(prefix)/lib/python$PYTHON_VERSION/site-packages'
PYTHON_SITE_PACKAGES='$(prefix)/lib/python$(PYTHON_VERSION)/site-packages'
else
echo could not find python$PYTHON_VERSION/Python.h
fi