summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-05 07:21:21 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-05 07:21:21 +0000
commit2afb297b498598ee193d844235157d3bd8e4c6d0 (patch)
treec7598745386be8715db56b415cb6d9e054e62cd6 /mpfr-test.h
parentb2189c290b8758184ca6810535b416869c060c1e (diff)
downloadmpfr-2afb297b498598ee193d844235157d3bd8e4c6d0.tar.gz
use AC_CHECK_HEADERS to check for fenv.h
and AC_CHECK_FUNCS to check for lrand48 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1813 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index 27757e2cf..c1d4a3e67 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -48,7 +48,7 @@ MA 02111-1307, USA. */
/* generates a random long int, a random double,
and corresponding seed initializing */
-#ifdef HAVE_RAND48
+#ifdef HAVE_LRAND48
#define LONG_RAND lrand48
#define DBL_RAND drand48
#define SEED_RAND srand48