summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-12-30 17:51:20 +0100
committerChristian Beier <dontmind@freeshell.org>2014-12-30 17:51:20 +0100
commita194612d58e0186f79afe6ad4b88ee7e3a7c0576 (patch)
treef68886f10ab757bb7e9fbcc63809cdaa0a837743
parenta3fe1f6a88803d0dfd637882fa60eacb90c18542 (diff)
downloadlibtdevnc-a194612d.tar.gz
libtdevnc-a194612d.zip
confgure.ac: Remove MinGW linker flag that's incompatible with mingw-w64.
-rw-r--r--configure.ac1
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)