summaryrefslogtreecommitdiff
path: root/modules/largefile
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-08-08 09:35:14 -0600
committerEric Blake <eblake@redhat.com>2011-08-08 09:35:14 -0600
commit4470580881a7b821b52fb5635102ef3e27aa5af4 (patch)
tree217b3aaa0f1a3adfaeb7612a073a113cdb46c51d /modules/largefile
parent1a37570ad953719d2d625fe4a061ffbd5ff550a3 (diff)
downloadgnulib-4470580881a7b821b52fb5635102ef3e27aa5af4.tar.gz
largefile: fix typo that regressed large file support
With no configure.ac-early, and two configure.ac sections, gnulib-tool only picked up the second (empty) section, and thus completely skipped any AC_SYS_LARGEFILE call altogether. * modules/largefile (configure.ac-early): Fix section name. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'modules/largefile')
-rw-r--r--modules/largefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/largefile b/modules/largefile
index d4a2e4b113..ca10d480ea 100644
--- a/modules/largefile
+++ b/modules/largefile
@@ -6,7 +6,7 @@ m4/largefile.m4
Depends-on:
-configure.ac:
+configure.ac-early:
AC_REQUIRE([AC_SYS_LARGEFILE])
configure.ac: