diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-11 14:40:12 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-11 14:40:12 -0600 |
commit | c4a9b57d7fe027fbe9bcc31d32fb12e590f12c8c (patch) | |
tree | 7d51d1970e7c8a9e32b1422fc27ec9edcacd8a0d /package/libxml2/patches/patch-configure_ac | |
parent | a6087b4263869fc5d36482cc4f58857338055e40 (diff) |
another libxml2 python fuckup
Diffstat (limited to 'package/libxml2/patches/patch-configure_ac')
-rw-r--r-- | package/libxml2/patches/patch-configure_ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/patches/patch-configure_ac b/package/libxml2/patches/patch-configure_ac index 2e7ab8f77..6cbef4845 100644 --- a/package/libxml2/patches/patch-configure_ac +++ b/package/libxml2/patches/patch-configure_ac @@ -1,5 +1,5 @@ --- libxml2-2.9.2.orig/configure.ac 2014-10-15 23:06:15.000000000 -0500 -+++ libxml2-2.9.2/configure.ac 2015-02-10 14:34:59.318899232 -0600 ++++ libxml2-2.9.2/configure.ac 2015-02-11 12:53:35.494162888 -0600 @@ -837,62 +837,13 @@ if test "$with_python" != "no" ; then echo Found python in environment PYTHON=$PYTHON with_python=`$PYTHON -c "import sys; print(sys.exec_prefix)"` @@ -38,7 +38,7 @@ - else - echo could not find python$PYTHON_VERSION/Python.h or $with_python/include/Python.h - fi -+ AC_PATH_PROG(PYTHON, python python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5) ++ AC_PATH_PROG(PYTHON, python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5) fi fi fi |