X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=configure.in;h=444e533b8462c2baabf07eb304aef8dae76f4601;hb=5c5bdb50a110c125e97152a78782bc268b19d8d7;hp=ee74d837c48061446c7ac9754197ef4c6ec24d99;hpb=77374b6b5505022a057dbab119854c6b4ad48916;p=swftools.git diff --git a/configure.in b/configure.in index ee74d83..444e533 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-pre11 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -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,