summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-02 10:58:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-02 10:58:19 +0000
commit350c0145c5e1838dd8475133035b949062be7342 (patch)
tree63b8009a2e7d105bfafe1293344261b158a6076b /configure.ac
parent018a54e09cd70ed74c454b538be3d608b65596a6 (diff)
downloadmpfr-350c0145c5e1838dd8475133035b949062be7342.tar.gz
[configure.ac] Moved MPFR_CONFIGS invocation: MPFR_CONFIGS uses LDFLAGS,
thus must be invoked after LDFLAGS has been determined completely. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13857 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0786048c6..77e8126f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -492,8 +492,6 @@ dnl (i.e. generic code must be used).
AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN)],[AC_DEFINE(HAVE_LITTLE_ENDIAN)],
[true],[true])
-MPFR_CONFIGS
-
# (Based on GMP 5.1)
# clock_gettime is in librt on *-*-osf5.1 and on glibc < 2.17, so add -lrt to
# TUNE_LIBS if needed (e.g. if clock_gettime is not already in the C library).
@@ -537,6 +535,10 @@ int main (void) { return 0; }
;;
esac
+dnl MPFR_CONFIGS uses LDFLAGS, thus must be invoked after LDFLAGS has
+dnl been determined completely.
+MPFR_CONFIGS
+
dnl
dnl For mpfr-longlong.h - TODO: should be replaced (see acinclude.m4).
dnl