From: Eric Blake Date: Mon, 8 Aug 2011 15:35:14 +0000 (-0600) Subject: largefile: fix typo that regressed large file support X-Git-Tag: v0.1~2025 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=4470580881a7b821b52fb5635102ef3e27aa5af4;hp=4470580881a7b821b52fb5635102ef3e27aa5af4;p=gnulib.git 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 ---