summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 0ae0b48ef..e5c25ab82 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -128,9 +128,6 @@ if test "$mpfr_cv_have_fesetround" = "yes"; then
AC_DEFINE(MPFR_HAVE_FESETROUND,1,[Define if you have the `fesetround' function via the <fenv.h> header file.])
fi
-dnl Check random functions
-AC_CHECK_FUNCS(lrand48)
-
dnl Check whether 0/0, 1/0, -1/0, sqrt(-1) are valid expressions
AC_CACHE_CHECK([for valid NaN], mpfr_cv_valid_nan, [
AC_TRY_RUN([