commit 09fea22133b3d8f459feeed87ca09e49b06652a6
parent a30cc7ad006baac3156b69ba51cffb83f367c4d0
Author: Nils Durner <durner@gnunet.org>
Date: Fri, 25 Nov 2011 16:52:40 +0000
w32 fixes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -95,7 +95,7 @@ mingw*)
AC_CHECK_LIB(intl, gettext)
AC_CHECK_LIB(ws2_32, _head_libws2_32_a,,[AC_MSG_ERROR([libextractor requires Winsock2])])
AC_CHECK_LIB(plibc, plibc_init,,[AC_MSG_ERROR([libextractor requires PlibC])])
- LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols"
+ LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols"
LIBSOLD=$LIBS
AM_CONDITIONAL(HAVE_GNU_LD, true)
AM_CONDITIONAL(SOMEBSD, false)