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)
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>

No differences found