summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2006-04-02 02:11:30 +0000
committerDalibor Topic <robilad@yahoo.com>2006-04-02 02:11:30 +0000
commit5b7f26b7573821da496ce048c95e40cbc0fce867 (patch)
tree97ee242d7a1833cf3c561241906b4b05717e79f8 /configure.ac
parentea261cb31ff884e37ff0a1bfee9400b67e0ae1e6 (diff)
downloadclasspath-5b7f26b7573821da496ce048c95e40cbc0fce867.tar.gz
small isnan fix
2006-04-02 Dalibor Topic <robilad@kaffe.org> * configure.ac: don't check for isnan function. * native/fdlibm/fdlibm.h: Always use the isnan macro.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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