summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-08-03 13:54:35 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-08-03 13:54:35 -0500
commitca9ba23ad3a151a6e73c9a786d141727b0b30b5b (patch)
treed86300b94547a3eeda9d6abe507f320a3b4ea90f
parentf57fb88436464cf72a2a0c7372e2dc0af1870b5f (diff)
parent47fb65ce3e15762064dd6d93834e3ce923ef6f89 (diff)
downloadhqemu-ca9ba23ad3a151a6e73c9a786d141727b0b30b5b.zip
hqemu-ca9ba23ad3a151a6e73c9a786d141727b0b30b5b.tar.gz
Merge remote-tracking branch 'sstabellini/xen-fixes-20120801' into staging
* sstabellini/xen-fixes-20120801: fix Xen compilation configure: Fix xen probe with Xen 4.2 and later
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 027a718..3ca13a6 100755
--- a/configure
+++ b/configure
@@ -1384,7 +1384,6 @@ if test "$xen" != "no" ; then
# Xen (any)
cat > $TMPC <<EOF
#include <xenctrl.h>
-#include <xs.h>
int main(void) {
return 0;
}
OpenPOWER on IntegriCloud