summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-04-21 13:52:44 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-04-21 13:52:44 +0000
commitec42d7ee6875836d86f6d8ccbb6e2d1d466bc90c (patch)
tree4d3059fb96e426a3179706e997dafcaf46442992 /m4
parent4231a39b688ef6014e4b14d6d61565863090d208 (diff)
downloadmpc-ec42d7ee6875836d86f6d8ccbb6e2d1d466bc90c.tar.gz
[mpc.m4] change according to
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-April/000885.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@990 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'm4')
-rw-r--r--m4/mpc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index cc2ec45..d246883 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -134,7 +134,7 @@ MPC_WINDOWS
AC_DEFUN([MPC_WINDOWS], [
AC_MSG_CHECKING(for DLL/static GMP)
if test "$enable_shared" = yes; then
- LDFLAGS="$LDFLAGS -no-undefined"
+ LDFLAGS="$LDFLAGS -Wl,-no-undefined"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include "gmp.h"
#if !__GMP_LIBGMP_DLL