Mercurial > hg > octave-lyh
diff configure.ac @ 10183:bb97e11ce1ba
configure.ac: don't check for standard C headers
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Jan 2010 15:41:29 -0500 |
parents | 0522a65bcd56 |
children | c022ff4a2b14 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -1456,12 +1456,12 @@ ### C headers -AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ - floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ - ncurses.h poll.h pthread.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \ +AC_CHECK_HEADERS(curses.h direct.h dlfcn.h fcntl.h \ + floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \ + ncurses.h poll.h pthread.h pwd.h stdint.h sunmath.h sys/ioctl.h \ sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ sys/time.h sys/times.h sys/utsname.h sys/utime.h termcap.h \ - utime.h varargs.h) + utime.h) ### C++ headers