Remove bypass of MinGW gcc case in configure.

This commit is contained in:
Mark Adler 2022-10-09 15:40:35 -07:00
parent 67eb09a20b
commit 8cca42c33f
1 changed files with 1 additions and 3 deletions

4
configure vendored
View File

@ -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' ;;