summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-06-01 13:04:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-06-01 13:04:44 +0000
commit6c0bf69c177e1c004ff13ef68d84db4f229c8871 (patch)
tree0f59bdb589f16bc69766c79233fb22a38b6e9a6f /configure.in
parentde35a610d934a0269f3e7a1256ba63cf4db100eb (diff)
downloadlibxslt-6c0bf69c177e1c004ff13ef68d84db4f229c8871.tar.gz
libxslt-6c0bf69c177e1c004ff13ef68d84db4f229c8871.tar.bz2
libxslt-6c0bf69c177e1c004ff13ef68d84db4f229c8871.zip
fix a problem in Python detection Daniel
* configure.in: fix a problem in Python detection 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 058656fe..dcf5a736 100644
--- a/configure.in
+++ b/configure.in
@@ -223,7 +223,7 @@ except: print 0"`
fi
if test "$with_python" != ""
then
- pythondir=$(PYTHON_SITE_PACKAGES)
+ pythondir='$(PYTHON_SITE_PACKAGES)'
else
pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
fi