# HG changeset patch # User John W. Eaton # Date 1264106489 18000 # Node ID bb97e11ce1bac41e4069bf01bad9ca5daacb8d23 # Parent 0522a65bcd56a3e64fd12b992e597f56f5e7fe8b configure.ac: don't check for standard C headers diff -r 0522a65bcd56 -r bb97e11ce1ba ChangeLog --- a/ChangeLog Thu Jan 21 15:41:19 2010 -0500 +++ b/ChangeLog Thu Jan 21 15:41:29 2010 -0500 @@ -1,3 +1,9 @@ +2010-01-21 John W. Eaton + + * configure.ac: Don't check for standard C headers (by now, I + think we can safely assume they exist). Don't check for + varargs.h. + 2010-01-21 John W. Eaton * bootstrap.conf (gnulib_modules): Include sys_stat in the list. diff -r 0522a65bcd56 -r bb97e11ce1ba configure.ac --- a/configure.ac Thu Jan 21 15:41:19 2010 -0500 +++ b/configure.ac Thu Jan 21 15:41:29 2010 -0500 @@ -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