Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
15a143b3
Commit
15a143b3
authored
Feb 06, 2002
by
Daniel Veillard
Browse files
fixed stupid bug #70738 found by alfons hoogervorst
* configure.in: fixed stupid bug #70738 found by alfons hoogervorst
parent
70cab35a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
15a143b3
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
...
...
configure.in
View file @
15a143b3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment