diff options
author | Guilhem Lavaux <guilhem@kaffe.org> | 2006-01-12 21:01:26 +0000 |
---|---|---|
committer | Guilhem Lavaux <guilhem@kaffe.org> | 2006-01-12 21:01:26 +0000 |
commit | efe0befcda43f9ceec77f1c773134c78ec249744 (patch) | |
tree | d208c99329599cfcd6dd603e0acdeaa6fd1551b0 /configure.ac | |
parent | 98302c81a094e3c9eba26df608d68c8329886451 (diff) | |
download | classpath-efe0befcda43f9ceec77f1c773134c78ec249744.tar.gz |
2006-12-12 Guilhem Lavaux <guilhem@kaffe.org>
* configure.ac: Check for isnan.
* native/fdlibm/fdlibm.h: If we have a isnan function then do not
define the macro.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88f7cd197..db49066bd 100644 --- a/configure.ac +++ b/configure.ac @@ -270,7 +270,8 @@ if test "x${COMPILE_JNI}" = xyes; then localtime_r \ strerror_r \ fcntl \ - mmap munmap mincore msync madvise getpagesize sysconf]) + mmap munmap mincore msync madvise getpagesize sysconf \ + isnan]) AC_HEADER_TIME AC_STRUCT_TM |