Skip to content
Snippets Groups Projects
Commit eb4afcef3aaf authored by Daniel Veillard's avatar Daniel Veillard
Browse files

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
parent 1d0373c4076c
No related branches found
No related tags found
No related merge requests found
Wed Oct 15 17:30:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
* configure.in: applied a small patch from Troels Walsted Hansen
for python libxml2 detection.
Sat Sep 27 18:42:57 PDT 2003 William Brack <wbrack@mmm.com.hk> Sat Sep 27 18:42:57 PDT 2003 William Brack <wbrack@mmm.com.hk>
* libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c, * libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c,
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
then then
PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[[0:3]]"` PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[[0:3]]"`
echo Found Python version $PYTHON_VERSION 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"` except: print 0"`
if test "$LIBXML2_PYTHON" = "1" if test "$LIBXML2_PYTHON" = "1"
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment