diff configure.ac @ 11234:2718e1fdf82f

IEEE math initialization tweaks
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2010 21:52:51 -0500
parents 1dfbcc9eee92
children bd2643f0ce57
line wrap: on
line diff
--- a/configure.ac	Wed Nov 10 21:11:43 2010 -0500
+++ b/configure.ac	Wed Nov 10 21:52:51 2010 -0500
@@ -1526,11 +1526,10 @@
 
 ### C headers
 
-AC_CHECK_HEADERS(curses.h direct.h dlfcn.h \
-  floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \
-  ncurses.h poll.h pthread.h pwd.h sunmath.h sys/ioctl.h \
-  sys/param.h sys/poll.h sys/resource.h sys/select.h \
-  sys/utsname.h termcap.h)
+AC_CHECK_HEADERS(curses.h direct.h dlfcn.h floatingpoint.h grp.h \
+  ieeefp.h inttypes.h locale.h memory.h ncurses.h poll.h pthread.h \
+  pwd.h sunmath.h sys/ioctl.h sys/param.h sys/poll.h sys/resource.h \
+  sys/select.h sys/utsname.h termcap.h)
 
 ### C++ headers