summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ef99a2273..d38cedd13 100644
--- a/configure.in
+++ b/configure.in
@@ -187,8 +187,7 @@ dnl in dynamic, and also for consistency, because the compiler will
dnl take the first gmp.h found in the include paths (so, we need to
dnl take a library that corresponds to this header file). This is a
dnl common problem with darwin.
- LDFLAGS="-Wl,-search_paths_first $LDFLAGS"
- ;;
+ MPFR_LD_SEARCH_PATHS_FIRST ;;
esac
AC_C_CONST