patch-configure 772 B

123456789101112131415161718192021222324252627282930313233
  1. --- libxml2-2.7.8.orig/configure 2010-11-04 18:28:14.000000000 +0100
  2. +++ libxml2-2.7.8/configure 2011-10-15 15:07:16.000000000 +0200
  3. @@ -13423,17 +13423,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. @@ -13558,7 +13558,7 @@ else
  24. PYTHON_SUBDIR=
  25. fi
  26. -
  27. +set +x
  28. WITH_MODULES=0