gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7385 - GNUnet


From: gnunet
Subject: [GNUnet-SVN] r7385 - GNUnet
Date: Sat, 5 Jul 2008 05:24:09 -0600 (MDT)

Author: durner
Date: 2008-07-05 05:24:09 -0600 (Sat, 05 Jul 2008)
New Revision: 7385

Modified:
   GNUnet/configure.ac
Log:
linker flags for MinGW

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2008-07-05 07:00:24 UTC (rev 7384)
+++ GNUnet/configure.ac 2008-07-05 11:24:09 UTC (rev 7385)
@@ -164,7 +164,8 @@
      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 -lplibc"
+     LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols"
+     LIBS="$LIBS -lws2_32 -lplibc"
      CFLAGS="-mms-bitfields $CFLAGS"
      build_target="mingw"
      AC_PROG_CXX





reply via email to

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