From 7f7e8760200a2c13fcaa9e8048dfa71e6fe76334 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 13 Jul 2004 12:25:11 +0000 Subject: [PATCH] Generated from configure.in --- configure | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4