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
This commit is contained in:
Anthony Liguori 2012-08-03 13:54:35 -05:00
commit ca9ba23ad3
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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;
}