summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-11-23 14:32:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-11-23 14:32:26 +0000
commit125ed037a933cc9c3901675018c98ba6fb95e5ec (patch)
tree20a35ebcf6dd3971872c2040933441f8e7d9f994 /configure.in
parent40cf80bcbceb77c38681d19d783695fd4928a7c5 (diff)
downloadlibxslt-125ed037a933cc9c3901675018c98ba6fb95e5ec.tar.gz
libxslt-125ed037a933cc9c3901675018c98ba6fb95e5ec.tar.bz2
libxslt-125ed037a933cc9c3901675018c98ba6fb95e5ec.zip
fix a python detection problem pointed out by Joseph Sacco, fixes bug
* configure.in: fix a python detection problem pointed out by Joseph Sacco, fixes bug #376391 Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d758e29a..02bffec6 100644
--- a/configure.in
+++ b/configure.in
@@ -200,7 +200,7 @@ except: print 0"`
-d $with_python/lib/python$PYTHON_VERSION/site-packages
then
PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages'
+ PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
else
if test -r $prefix/include/python$PYTHON_VERSION/Python.h
then