From 4470580881a7b821b52fb5635102ef3e27aa5af4 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 8 Aug 2011 09:35:14 -0600 Subject: 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 --- modules/largefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/largefile') 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: -- cgit v1.2.1