From 8cca42c33fcb31310ee33b1ec95cd58189dee007 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 9 Oct 2022 15:40:35 -0700 Subject: Remove bypass of MinGW gcc case in configure. --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index bf3d49c..5ec3a2b 100755 --- a/configure +++ b/configure @@ -228,10 +228,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then CYGWIN* | Cygwin* | cygwin* | OS/2*) EXE='.exe' ;; MINGW* | mingw*) -# temporary bypass rm -f $test.[co] $test $test$shared_ext - echo "Please use win32/Makefile.gcc instead." | tee -a configure.log - leave 1 + echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log LDSHARED=${LDSHARED-"$cc -shared"} LDSHAREDLIBC="" EXE='.exe' ;; -- cgit v1.2.3-55-g6feb