Commit ca9ba23a authored by Anthony Liguori's avatar Anthony Liguori
Browse files

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
parents f57fb884 47fb65ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}