gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18440 - gnunet-gtk


From: gnunet
Subject: [GNUnet-SVN] r18440 - gnunet-gtk
Date: Tue, 6 Dec 2011 13:46:03 +0100

Author: grothoff
Date: 2011-12-06 13:46:03 +0100 (Tue, 06 Dec 2011)
New Revision: 18440

Modified:
   gnunet-gtk/configure.ac
Log:
LRN: fix no-undefined WL for W32

Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac     2011-12-06 12:42:41 UTC (rev 18439)
+++ gnunet-gtk/configure.ac     2011-12-06 12:46:03 UTC (rev 18440)
@@ -98,7 +98,7 @@
      AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
      AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system])
      AC_CHECK_LIB(intl, gettext)
-     LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols -lws2_32"
+     LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32"
      CFLAGS="-mms-bitfields $CFLAGS"
      build_target="mingw"
      ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]