summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-11-14 22:39:02 -0800
committerDan Nicolaescu <dann@ics.uci.edu>2010-11-14 22:39:02 -0800
commitaa42211e74791260a9d8ab7bdedff4b26664430d (patch)
tree4a1250c513751c388912f93513e0deedcd11d51d /configure
parentf0e1af4627caf44e4f57147c8901991c79b65ea1 (diff)
downloademacs-aa42211e74791260a9d8ab7bdedff4b26664430d.tar.gz
* configure.in: Do not check for unconditionally included headers.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 89a11d119d5..6b218b37794 100755
--- a/configure
+++ b/configure
@@ -6221,10 +6221,10 @@ $as_echo "#define HAVE_SOUND 1" >>confdefs.h
fi
-for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
- linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
- stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
- sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
+for ac_header in sys/select.h sys/time.h unistd.h utime.h \
+ linux/version.h sys/systeminfo.h limits.h \
+ stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
+ sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
sys/utsname.h pwd.h utmp.h dirent.h util.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`