From 15458df459c03803990c8e0752bbdda6f8a173d6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 27 Jun 2012 22:29:58 -0700 Subject: [PATCH] * 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. --- ChangeLog | 4 ++++ configure.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2