fixed python search log output.
[swftools.git] / 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
 
 # ------------------------------------------------------------------