X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=677c6031421f4b49543055041979b95b04955b99;hb=5830b155a9eeaa3e05e02490662a78106da0ef80;hp=965f2ff3fa3b8db49457856c34d9e2b7a553549f;hpb=3533e99fd14b9d8a81889e6fd5e5502f664c56b1;p=swftools.git diff --git a/configure b/configure index 965f2ff..677c603 100755 --- a/configure +++ b/configure @@ -8261,10 +8261,13 @@ fi SLEXT="so" if test "x${MINGW}" != "xyes"; then + # no mingW cat >>confdefs.h <<_ACEOF #define O_BINARY 0 _ACEOF +else + # mingW SLEXT="dll" fi export SLEXT