confgure.ac: Remove MinGW linker flag that's incompatible with mingw-w64.

pull/1/head
Christian Beier 9 years ago
parent a3fe1f6a88
commit a194612d58

@ -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)

Loading…
Cancel
Save