trying to fix #77441 Daniel

* configure.in: trying to fix #77441
Daniel
diff --git a/configure.in b/configure.in
index 3404401..a11bcb9 100644
--- a/configure.in
+++ b/configure.in
@@ -205,6 +205,7 @@
     then
         echo Found python in $with_python/bin/python
         PYTHON="$with_python/bin/python"
+    else
 	if test -x "$with_python"
 	then
 	    echo Found python in $with_python/bin/python
@@ -556,3 +557,4 @@
 
 AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile python/Makefile python/tests/Makefile include/libxml/xmlversion.h include/libxml/xmlwin32version.h xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py)
 
+chmod +x xml2-config xml2Conf.sh python/setup.py