largefile: fix typo that regressed large file support
authorEric Blake <eblake@redhat.com>
Mon, 8 Aug 2011 15:35:14 +0000 (09:35 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 8 Aug 2011 15:35:14 +0000 (09:35 -0600)
commit4470580881a7b821b52fb5635102ef3e27aa5af4
tree217b3aaa0f1a3adfaeb7612a073a113cdb46c51d
parent1a37570ad953719d2d625fe4a061ffbd5ff550a3
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>
ChangeLog
modules/largefile