diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-03 13:54:35 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-03 13:54:35 -0500 |
| commit | ca9ba23ad3a151a6e73c9a786d141727b0b30b5b (patch) | |
| tree | d86300b94547a3eeda9d6abe507f320a3b4ea90f | |
| parent | f57fb88436464cf72a2a0c7372e2dc0af1870b5f (diff) | |
| parent | 47fb65ce3e15762064dd6d93834e3ce923ef6f89 (diff) | |
| download | focaccia-qemu-ca9ba23ad3a151a6e73c9a786d141727b0b30b5b.tar.gz focaccia-qemu-ca9ba23ad3a151a6e73c9a786d141727b0b30b5b.zip | |
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-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 027a718140..3ca13a6ce1 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; } |