fix a python detection problem pointed out by Joseph Sacco, fixes bug
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 23 Nov 2006 14:32:26 +0000 (14:32 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 23 Nov 2006 14:32:26 +0000 (14:32 +0000)
* configure.in: fix a python detection problem pointed out by
  Joseph Sacco, fixes bug #376391
Daniel

ChangeLog
configure.in

index e587ff5..42240c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 23 15:36:28 CET 2006 Daniel Veillard <daniel@veillard.com>
+
+       * configure.in: fix a python detection problem pointed out by 
+         Joseph Sacco, fixes bug #376391
+
 Fri Nov 17 09:53:08 HKT 2006 William Brack <wbrack@mmm.com.hk>
 
        * libxslt/transform.c: fixed problem with entity handling
index d758e29..02bffec 100644 (file)
@@ -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