]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: remove now-duplicate use of AC_SYS_LARGEFILE
authorJim Meyering <meyering@redhat.com>
Thu, 29 Apr 2010 10:03:41 +0000 (12:03 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 29 Apr 2010 14:41:22 +0000 (16:41 +0200)
* m4/jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require AC_SYS_LARGEFILE,
now that gnulib does it.

m4/jm-macros.m4

index 9c60195e9c8f92e67c55c1b3d6afb300d79021d8..8711e9428f3e786dbe723f54f4e2c19886583744 100644 (file)
@@ -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.