mingw-w64: Update zlib to version 1.2.6, misc. minor improvements
[msysgit.git] / src / mingw-w64 / patch / zlib-config.patch
blob9056017e3d88d83ad5d669cef902cf6018a9981c
1 diff --git a/configure b/configure
2 index bd9edd2..23a9d60 100644
3 --- a/configure
4 +++ b/configure
5 @@ -177,9 +177,9 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
6 *BSD | *bsd* | DragonFly)
7 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"}
8 LDCONFIG="ldconfig -m" ;;
9 - CYGWIN* | Cygwin* | cygwin* | OS/2*)
10 + CYGWIN* | Cygwin* | cygwin* | OS/2* | MINGW*)
11 EXE='.exe' ;;
12 - MINGW* | mingw*)
13 + DISABLED_MINGW* | mingw*)
14 # temporary bypass
15 rm -f $test.[co] $test $test$shared_ext
16 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log