Commit a194612d authored by Christian Beier's avatar Christian Beier

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

parent a3fe1f6a
...@@ -439,7 +439,6 @@ MINGW=`echo $host_os | grep mingw32 2>/dev/null` ...@@ -439,7 +439,6 @@ MINGW=`echo $host_os | grep mingw32 2>/dev/null`
AM_CONDITIONAL(MINGW, test ! -z "$MINGW" ) AM_CONDITIONAL(MINGW, test ! -z "$MINGW" )
if test ! -z "$MINGW"; then if test ! -z "$MINGW"; then
WSOCKLIB="-lws2_32" WSOCKLIB="-lws2_32"
LDFLAGS="$LDFLAGS -no-undefined"
fi fi
AC_SUBST(WSOCKLIB) AC_SUBST(WSOCKLIB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment