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:
parent
70cab35abb
commit
15a143b36a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user