]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

diff --git a/.gnulib b/.gnulib
index a918da4d61d28be61a12605c9d35e2cf3966d866..41a7841a82351f9df3e13b6199a134004d694131 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit a918da4d61d28be61a12605c9d35e2cf3966d866
+Subproject commit 41a7841a82351f9df3e13b6199a134004d694131
index 2fc457e8acc138569141512f4f16b4144bfa27f8..f006a4758737a89f877e8635c3affd5f1929a324 100644 (file)
@@ -36,6 +36,7 @@ configmake
 count-one-bits
 crypto/md5
 dirname-lgpl
+fclose
 fcntl-h
 ffs
 fnmatch
index 6efca6baedb542ae977dbc2e6c744555f341cad1..443e08d7bbccdf0effc37760fc4b55bfe615b909 100644 (file)
@@ -46,7 +46,6 @@
 #include "conf.h"
 #include "util.h"
 #include "memory.h"
-#include "verify.h"
 #include "datatypes.h"
 #include "xml.h"
 #include "nodeinfo.h"
index c4b6e7526cb399a48160a2941294b2be2788d27c..417271ee9c16b07dcacd8dd81252143b88eaf07f 100644 (file)
@@ -43,7 +43,6 @@
 #include "util.h"
 #include "memory.h"
 #include "nodeinfo.h"
-#include "verify.h"
 #include "bridge.h"
 #include "logging.h"
 #include "domain_nwfilter.h"