Generated from configure.in
authorkramm <kramm>
Tue, 13 Jul 2004 12:25:11 +0000 (12:25 +0000)
committerkramm <kramm>
Tue, 13 Jul 2004 12:25:11 +0000 (12:25 +0000)
configure

index 965f2ff..677c603 100755 (executable)
--- 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