diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-12-30 17:51:20 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-12-30 17:51:20 +0100 |
commit | a194612d58e0186f79afe6ad4b88ee7e3a7c0576 (patch) | |
tree | f68886f10ab757bb7e9fbcc63809cdaa0a837743 /configure.ac | |
parent | a3fe1f6a88803d0dfd637882fa60eacb90c18542 (diff) | |
download | libtdevnc-a194612d58e0186f79afe6ad4b88ee7e3a7c0576.tar.gz libtdevnc-a194612d58e0186f79afe6ad4b88ee7e3a7c0576.zip |
confgure.ac: Remove MinGW linker flag that's incompatible with mingw-w64.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |