X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=800165bfaa8f139bc9f8359e39ec550cd39a203e;hb=e332b7d7cfbc0e721d0d6aa712bd4112581f9152;hp=ee74d837c48061446c7ac9754197ef4c6ec24d99;hpb=5903c277d586e0f2489ca1409586d6f8cc87b227;p=swftools.git diff --git a/configure.in b/configure.in index ee74d83..800165b 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre10 +VERSION=0.4.4-pre12 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -16,7 +16,7 @@ fi if test "x$DEBUG" '!=' "x";then CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CXXFLAGS" - STRIP="echo debug enabled, not stripping " + STRIP="@echo debug enabled, not stripping " export STRIP AC_SUBST(STRIP) else @@ -63,6 +63,9 @@ dnl Checks for system services RFX_CHECK_MING +if test "x${MINGW}" != "xyes"; then + AC_DEFINE_UNQUOTED(O_BINARY, 0) +fi # The following tries to make use of includes and libraries in # /usr/local, too. Notice: A -I/usr/local/include might break # things (MingW, cross-compiling etc.) in the same way as -I/usr/include,