From: Anthony PERARD Date: Wed, 1 Aug 2012 13:42:44 +0000 (+0000) Subject: configure: Fix xen probe with Xen 4.2 and later X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3816^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6ccf1f45385c33ec0ea0463cdb0b1fba3bd7178;p=sdk%2Femulator%2Fqemu.git configure: Fix xen probe with Xen 4.2 and later The xs.h header is now deprecated and produces a warning. This prevents 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 Acked-by: Stefano Stabellini --- 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 < -#include int main(void) { return 0; }