]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: support warnings on RHEL 5
authorEric Blake <eblake@redhat.com>
Tue, 26 Jul 2011 20:22:55 +0000 (14:22 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 27 Jul 2011 13:31:38 +0000 (07:31 -0600)
commit1c93fbbbe79103cdab70747448aa1a788214656d
tree7b66eeed366e6afe9831a62a199ecc32b5b9fdd6
parentfe957f0a6fe7cca46f2b36e8e38daf1c34438a3d
build: support warnings on RHEL 5

Without this, a configure built by autoconf 2.59 was broken when
trying to detect which compiler warning flags were supported.

* .gnulib: Update to latest, for warnings.m4 fix.
* bootstrap.conf: Add fclose explicitly, to match recent gnulib
implicit dependency changes.
* src/qemu/qemu_conf.c (includes): Drop unused include.
* src/uml/uml_conf.c (include): Likewise.
Reported by Daniel P. Berrange.
.gnulib
bootstrap.conf
src/qemu/qemu_conf.c
src/uml/uml_conf.c