From 1b36d5ad6f8e7e7229f040a1f29850e49f124264 Mon Sep 17 00:00:00 2001 From: Paul Zimmermann Date: Thu, 3 Nov 2011 15:54:46 +0000 Subject: tentative fix for win32 dll cf http://sourceware.org/autobook/autobook/autobook_88.html and http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-November/000990.html git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1108 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- m4/mpc.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/mpc.m4 b/m4/mpc.m4 index 108b47e..4227c92 100644 --- a/m4/mpc.m4 +++ b/m4/mpc.m4 @@ -198,12 +198,12 @@ AC_DEFUN([MPC_GMP_CC_CFLAGS], [ # DESCRIPTION # # Additional checks on windows -# libtool requires "--no-undefined" for win32 dll +# libtool requires "-no-undefined" for win32 dll # It also disables the tests involving the linking with LIBGMP if DLL # AC_DEFUN([MPC_WINDOWS], [ if test "$enable_shared" = yes; then - LDFLAGS="$LDFLAGS -Wl,--no-undefined" + MPC_LDFLAGS="$MPC_LDFLAGS -no-undefined" AC_MSG_CHECKING(for DLL/static gmp) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include "gmp.h" -- cgit v1.2.1