emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108779: * configure.in: Don't check


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108779: * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
Date: Wed, 27 Jun 2012 22:29:58 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108779
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-27 22:29:58 -0700
message:
  * 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.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-06-28 00:07:33 +0000
+++ b/ChangeLog 2012-06-28 05:29:58 +0000
@@ -1,5 +1,9 @@
 2012-06-28  Paul Eggert  <address@hidden>
 
+       * 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.

=== modified file 'configure.in'
--- a/configure.in      2012-06-27 23:57:56 +0000
+++ b/configure.in      2012-06-28 05:29:58 +0000
@@ -1188,7 +1188,6 @@
 
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]