diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -228,10 +228,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then | |||
| 228 | CYGWIN* | Cygwin* | cygwin* | OS/2*) | 228 | CYGWIN* | Cygwin* | cygwin* | OS/2*) |
| 229 | EXE='.exe' ;; | 229 | EXE='.exe' ;; |
| 230 | MINGW* | mingw*) | 230 | MINGW* | mingw*) |
| 231 | # temporary bypass | ||
| 232 | rm -f $test.[co] $test $test$shared_ext | 231 | rm -f $test.[co] $test $test$shared_ext |
| 233 | echo "Please use win32/Makefile.gcc instead." | tee -a configure.log | 232 | echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log |
| 234 | leave 1 | ||
| 235 | LDSHARED=${LDSHARED-"$cc -shared"} | 233 | LDSHARED=${LDSHARED-"$cc -shared"} |
| 236 | LDSHAREDLIBC="" | 234 | LDSHAREDLIBC="" |
| 237 | EXE='.exe' ;; | 235 | EXE='.exe' ;; |
