From 6c0bf69c177e1c004ff13ef68d84db4f229c8871 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 1 Jun 2006 13:04:44 +0000 Subject: fix a problem in Python detection Daniel * configure.in: fix a problem in Python detection Daniel --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3