X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=31b5167e8a2f867bd196b59b69ac8ffc080b8780;hb=15c3c47514b04bfd2f9222ebbdbd972f8b916cb8;hp=177cad93e1a0c40d66c5d16d06a77b81ce4a2667;hpb=dbf4023f60d7e0627bdc81941e4dddcbd9e77986;p=swftools.git diff --git a/configure.in b/configure.in index 177cad9..31b5167 100644 --- a/configure.in +++ b/configure.in @@ -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 # ------------------------------------------------------------------