From 2afb297b498598ee193d844235157d3bd8e4c6d0 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 5 Apr 2002 07:21:21 +0000 Subject: 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 --- tests/tget_str.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tget_str.c') diff --git a/tests/tget_str.c b/tests/tget_str.c index 6a2994bed..3059db58e 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -26,7 +26,7 @@ MA 02111-1307, USA. */ #include #include "gmp.h" #include "mpfr.h" -#ifdef HAVE_FENV +#ifdef HAVE_FENV_H #include "mpfr-test.h" #endif @@ -105,7 +105,7 @@ check_small (void) int main (int argc, char *argv[]) { -#ifdef HAVE_FENV +#ifdef HAVE_FENV_H int i; double d; -- cgit v1.2.1