summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure12
1 files changed, 11 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index cf2b201..a47f226 100755
--- a/win/configure
+++ b/win/configure
@@ -4377,7 +4377,17 @@ fi
else
- ZLIB_LIBS=\${ZLIB_DIR}/win32/zdll.lib
+ if test "$GCC" == "yes"; then
+
+ ZLIB_LIBS="-L. -lz"
+
+
+else
+
+ ZLIB_LIBS=\${ZLIB_DIR}/win32/zdll.lib
+
+
+fi
fi