Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
10182:0522a65bcd56 | 10183:bb97e11ce1ba |
---|---|
1454 AC_HEADER_TIME | 1454 AC_HEADER_TIME |
1455 AC_HEADER_SYS_WAIT | 1455 AC_HEADER_SYS_WAIT |
1456 | 1456 |
1457 ### C headers | 1457 ### C headers |
1458 | 1458 |
1459 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ | 1459 AC_CHECK_HEADERS(curses.h direct.h dlfcn.h fcntl.h \ |
1460 floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ | 1460 floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \ |
1461 ncurses.h poll.h pthread.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \ | 1461 ncurses.h poll.h pthread.h pwd.h stdint.h sunmath.h sys/ioctl.h \ |
1462 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ | 1462 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ |
1463 sys/time.h sys/times.h sys/utsname.h sys/utime.h termcap.h \ | 1463 sys/time.h sys/times.h sys/utsname.h sys/utime.h termcap.h \ |
1464 utime.h varargs.h) | 1464 utime.h) |
1465 | 1465 |
1466 ### C++ headers | 1466 ### C++ headers |
1467 | 1467 |
1468 AC_LANG_PUSH(C++) | 1468 AC_LANG_PUSH(C++) |
1469 AC_CHECK_HEADERS(sstream) | 1469 AC_CHECK_HEADERS(sstream) |