fixed python search log output.
authorkramm <kramm>
Sun, 25 Jul 2004 09:09:46 +0000 (09:09 +0000)
committerkramm <kramm>
Sun, 25 Jul 2004 09:09:46 +0000 (09:09 +0000)
configure.in

index cb6e1ea..31b5167 100644 (file)
@@ -257,9 +257,9 @@ if test "x$PY_VERSION" "!=" "x"; then
     AC_MSG_RESULT(yes)
 else
     echo all install uninstall clean: > lib/python/Makefile
+    AC_MSG_RESULT(nope)
     echo "* No usable python installation found"
     echo "* Not compiling the python interface"
-    AC_MSG_RESULT(nope)
 fi
 
 # ------------------------------------------------------------------