build: require gnulib's fclose module
commite9ced81139759d79abb6c985e98a1a84252a2294
authorJim Meyering <meyering@redhat.com>
Wed, 27 Jul 2011 19:48:59 +0000 (27 21:48 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 29 Jul 2011 13:23:02 +0000 (29 15:23 +0200)
treeb37e18cee6b00b2799dec667d10ecf0756b8f473
parent0be1ae66206bf109c0e6870c94c61d4dc6c8e2a7
build: require gnulib's fclose module

* bootstrap.conf (gnulib_modules): Explicitly use the fclose module.
This is required, now that gnulib's close module no longer depends
on fclose.  Without this module, we would be exposed to fclose bugs
affecting at least glibc 2.13 and FreeBSD.
Reported by Bernhard Voelker.  Suggested by Eric Blake.
bootstrap.conf