diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-12-11 11:11:06 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-12-11 11:11:06 +0000 |
commit | 50605fed229824b4a77135fe8b0a1973ca3e1b11 (patch) | |
tree | 630af2a78c78bced42d9a809b7406e33ebafdfb5 /configure.in | |
parent | 79068441851f5fc363d75906a722c6482be0377a (diff) | |
download | libxslt-50605fed229824b4a77135fe8b0a1973ca3e1b11.tar.gz libxslt-50605fed229824b4a77135fe8b0a1973ca3e1b11.tar.bz2 libxslt-50605fed229824b4a77135fe8b0a1973ca3e1b11.zip |
applied patch from Nic James Ferrier to make stylesheets comparable and to
* configure python/generator.py python/libxsl.py
python/libxslt-python-api.xml python/libxslt.c
python/tests/2stage.py python/tests/loader.py: applied patch from
Nic James Ferrier to make stylesheets comparable and to add
transformContext handling
Daniel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 73e1b789..bf93c3a3 100644 --- a/configure.in +++ b/configure.in @@ -183,6 +183,7 @@ if test "$with_python" != "no" ; then fi if test "$PYTHON" != "" then + echo "PYTHON is pointing at $PYTHON" 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 |