From: Daniel Veillard Date: Wed, 15 Oct 2003 15:31:56 +0000 (+0000) Subject: applied a small patch from Troels Walsted Hansen for python libxml2 X-Git-Tag: v1.1.28~588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=395f70257104899db8f8c98044e939e0275e95ad;p=platform%2Fupstream%2Flibxslt.git applied a small patch from Troels Walsted Hansen for python libxml2 * configure.in: applied a small patch from Troels Walsted Hansen for python libxml2 detection. Daniel --- diff --git a/ChangeLog b/ChangeLog index fcb6bb1..a98abfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 15 17:30:43 CEST 2003 Daniel Veillard + + * configure.in: applied a small patch from Troels Walsted Hansen + for python libxml2 detection. + Sat Sep 27 18:42:57 PDT 2003 William Brack * libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c, diff --git a/configure.in b/configure.in index 651fadc..8a7788f 100644 --- a/configure.in +++ b/configure.in @@ -171,7 +171,7 @@ if test "$with_python" != "no" ; then then PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[[0:3]]"` echo Found Python version $PYTHON_VERSION - LIBXML2_PYTHON=`python -c "try : import libxml2 ; print 1 + LIBXML2_PYTHON=`$PYTHON -c "try : import libxml2 ; print 1 except: print 0"` if test "$LIBXML2_PYTHON" = "1" then