From: Paul Eggert Date: Thu, 28 Jun 2012 05:29:58 +0000 (-0700) Subject: * configure.in: Don't check for sys/select.h, sys/time.h, utime.h. X-Git-Tag: emacs-24.2.90~1199^2~308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15458df459c03803990c8e0752bbdda6f8a173d6;p=emacs.git * configure.in: Don't check for sys/select.h, sys/time.h, utime.h. Emacs proper no longer uses these headers, and can rely on Gnulib for these checks. --- diff --git a/ChangeLog b/ChangeLog index 327c7468204..cb0c1632031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-06-28 Paul Eggert + * configure.in: Don't check for sys/select.h, sys/time.h, utime.h. + Emacs proper no longer uses these headers, and can rely on Gnulib + for these checks. + Merge from gnulib. * m4/getopt.m4: Copy new version from gnulib, incorporating: getopt-posix: No longer guarantee that option processing is resettable. diff --git a/configure.in b/configure.in index 92114118874..d545ff4899a 100644 --- a/configure.in +++ b/configure.in @@ -1188,7 +1188,6 @@ fi dnl checks for header files AC_CHECK_HEADERS_ONCE( - sys/select.h sys/time.h utime.h linux/version.h sys/systeminfo.h stdio_ext.h fcntl.h coff.h pty.h sys/vlimit.h sys/resource.h