patch-configure 772 B

123456789101112131415161718192021222324252627282930313233
  1. --- libxml2-2.9.1.orig/configure 2013-04-19 09:36:11.000000000 +0200
  2. +++ libxml2-2.9.1/configure 2013-09-04 15:16:48.000000000 +0200
  3. @@ -14010,17 +14010,17 @@ case ${host} in
  4. esac
  5. -
  6. +set -x
  7. PYTHON_VERSION=
  8. PYTHON_INCLUDES=
  9. PYTHON_SITE_PACKAGES=
  10. PYTHON_TESTS=
  11. pythondir=
  12. if test "$with_python" != "no" ; then
  13. - if test -x "$with_python/bin/python"
  14. + if test -x "$with_python/bin/hostpython"
  15. then
  16. - echo Found python in $with_python/bin/python
  17. - PYTHON="$with_python/bin/python"
  18. + echo Found python in $with_python/bin/hostpython
  19. + PYTHON="$with_python/bin/hostpython"
  20. else
  21. if test -x "$with_python/python.exe"
  22. then
  23. @@ -14148,7 +14148,7 @@ else
  24. PYTHON_SUBDIR=
  25. fi
  26. -
  27. +set +x
  28. WITH_MODULES=0