summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
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