qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
@ 2012-07-26 10:09 Anthony PERARD
  2012-07-26 14:05 ` Stefano Stabellini
  2012-07-26 14:12 ` Andreas Färber
  0 siblings, 2 replies; 4+ messages in thread
From: Anthony PERARD @ 2012-07-26 10:09 UTC (permalink / raw)
  To: QEMU-devel; +Cc: Anthony PERARD, Stefano Stabellini

The xs.h header is now deprecated and produce a warning. This prevent the
configure script from enabling xen with Xen unstable whom will become 4.2. As
this header is not anymore common to every version of Xen, we just remove it
from the early probe for Xen.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

---
 configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index cef0a71..b13adb0 100755
--- a/configure
+++ b/configure
@@ -1381,7 +1381,6 @@ if test "$xen" != "no" ; then
   # Xen (any)
   cat > $TMPC <<EOF
 #include <xenctrl.h>
-#include <xs.h>
 int main(void) {
   return 0;
 }
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-26 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 10:09 [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later Anthony PERARD
2012-07-26 14:05 ` Stefano Stabellini
2012-07-26 14:12 ` Andreas Färber
2012-07-26 14:16   ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).