diff options
author | Jim Meyering <meyering@redhat.com> | 2010-04-29 11:32:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-04-29 16:41:22 +0200 |
commit | 518a8664a27d19a31e177fb26c775709d7bdc726 (patch) | |
tree | 7470f13f4f8c557afa26244fea8cba332ae918b0 /m4/jm-macros.m4 | |
parent | 83e4f0ca0224e9d3f628d6f1364ce49393a7af04 (diff) | |
download | coreutils-518a8664a27d19a31e177fb26c775709d7bdc726.tar.gz coreutils-518a8664a27d19a31e177fb26c775709d7bdc726.tar.bz2 coreutils-518a8664a27d19a31e177fb26c775709d7bdc726.zip |
build: remove now-useless configure-time header checks
* m4/jm-macros.m4 (gl_CHECK_ALL_HEADERS): Don't test for headers
that gnulib now provides: sys/ioctl.h, sys/time.h, sys/wait.h.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 62777c7df..9c60195e9 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -173,12 +173,9 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], paths.h \ priv.h \ stropts.h \ - sys/ioctl.h \ sys/param.h \ sys/resource.h \ sys/systeminfo.h \ - sys/time.h \ - sys/wait.h \ syslog.h \ termios.h \ ) |