added call to swf_FontPrepareForEditText() for fonts.
[swftools.git] / configure.in
index 177cad9..31b5167 100644 (file)
@@ -88,7 +88,10 @@ RFX_CHECK_MING
 
 SLEXT="so"
 if test "x${MINGW}" != "xyes"; then
+    # no mingW
     AC_DEFINE_UNQUOTED(O_BINARY, 0)
+else
+    # mingW
     SLEXT="dll"
 fi
 export SLEXT
@@ -254,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
 
 # ------------------------------------------------------------------