diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-06-01 13:04:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-06-01 13:04:44 +0000 |
commit | 6c0bf69c177e1c004ff13ef68d84db4f229c8871 (patch) | |
tree | 0f59bdb589f16bc69766c79233fb22a38b6e9a6f /configure.in | |
parent | de35a610d934a0269f3e7a1256ba63cf4db100eb (diff) | |
download | libxslt-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.in | 2 |
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 |