summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-29 12:03:41 +0200
committerJim Meyering <meyering@redhat.com>2010-04-29 16:41:22 +0200
commit7905d6d34dbeb73ef03b3c75f66dde9036634775 (patch)
tree9259613dc465f2481cf79419839681ecdc07421c /m4
parent518a8664a27d19a31e177fb26c775709d7bdc726 (diff)
downloadcoreutils-7905d6d34dbeb73ef03b3c75f66dde9036634775.tar.xz
build: remove now-duplicate use of AC_SYS_LARGEFILE
* m4/jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require AC_SYS_LARGEFILE, now that gnulib does it.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 9c60195e9..8711e9428 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -189,11 +189,6 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS],
# This macro must be invoked before any tests that run the compiler.
AC_DEFUN([gl_CHECK_ALL_TYPES],
[
- dnl This test must come as early as possible after the compiler configuration
- dnl tests, because the choice of the file model can (in principle) affect
- dnl whether functions and headers are available, whether they work, etc.
- AC_REQUIRE([AC_SYS_LARGEFILE])
-
dnl This test must precede tests of compiler characteristics like
dnl that for the inline keyword, since it may change the degree to
dnl which the compiler supports such features.