From 5b7f26b7573821da496ce048c95e40cbc0fce867 Mon Sep 17 00:00:00 2001 From: Dalibor Topic Date: Sun, 2 Apr 2006 02:11:30 +0000 Subject: small isnan fix 2006-04-02 Dalibor Topic * configure.ac: don't check for isnan function. * native/fdlibm/fdlibm.h: Always use the isnan macro. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 44eaa8256..03d87ce39 100644 --- a/configure.ac +++ b/configure.ac @@ -293,7 +293,7 @@ if test "x${COMPILE_JNI}" = xyes; then strerror_r \ fcntl \ mmap munmap mincore msync madvise getpagesize sysconf \ - isnan]) + ]) AC_HEADER_TIME AC_STRUCT_TM -- cgit v1.2.1