From a194612d58e0186f79afe6ad4b88ee7e3a7c0576 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 30 Dec 2014 17:51:20 +0100 Subject: [PATCH] confgure.ac: Remove MinGW linker flag that's incompatible with mingw-w64. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe8b1de..bcf5128 100644 --- a/configure.ac +++ b/configure.ac @@ -439,7 +439,6 @@ MINGW=`echo $host_os | grep mingw32 2>/dev/null` AM_CONDITIONAL(MINGW, test ! -z "$MINGW" ) if test ! -z "$MINGW"; then WSOCKLIB="-lws2_32" - LDFLAGS="$LDFLAGS -no-undefined" fi AC_SUBST(WSOCKLIB)