Mercurial > hg > octave-jordi
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 (2010-11-11) |
parents | 1dfbcc9eee92 |
children | bd2643f0ce57 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -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