diff options
| author | Paul Eggert | 2012-06-27 22:29:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-27 22:29:58 -0700 |
| commit | 15458df459c03803990c8e0752bbdda6f8a173d6 (patch) | |
| tree | df002ed5294eb4f4956f1a69b08fdbcb7c80825f | |
| parent | c207708c86ab04f4bb1d78789be0d116e77ba9bb (diff) | |
| download | emacs-15458df459c03803990c8e0752bbdda6f8a173d6.tar.gz emacs-15458df459c03803990c8e0752bbdda6f8a173d6.zip | |
* 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.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-06-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-06-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * configure.in: Don't check for sys/select.h, sys/time.h, utime.h. | ||
| 4 | Emacs proper no longer uses these headers, and can rely on Gnulib | ||
| 5 | for these checks. | ||
| 6 | |||
| 3 | Merge from gnulib. | 7 | Merge from gnulib. |
| 4 | * m4/getopt.m4: Copy new version from gnulib, incorporating: | 8 | * m4/getopt.m4: Copy new version from gnulib, incorporating: |
| 5 | getopt-posix: No longer guarantee that option processing is resettable. | 9 | 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 | |||
| 1188 | 1188 | ||
| 1189 | dnl checks for header files | 1189 | dnl checks for header files |
| 1190 | AC_CHECK_HEADERS_ONCE( | 1190 | AC_CHECK_HEADERS_ONCE( |
| 1191 | sys/select.h sys/time.h utime.h | ||
| 1192 | linux/version.h sys/systeminfo.h | 1191 | linux/version.h sys/systeminfo.h |
| 1193 | stdio_ext.h fcntl.h coff.h pty.h | 1192 | stdio_ext.h fcntl.h coff.h pty.h |
| 1194 | sys/vlimit.h sys/resource.h | 1193 | sys/vlimit.h sys/resource.h |