It seems safe enough to enable --with_xen by default as
the required header is checked for later on in confiugre,
and will turn off --with_xen if needed.
Signed-off-by: Simon Horman <[EMAIL PROTECTED]>
Index: kexec-tools-unstable/configure.ac
===================================================================
--- kexec-tools-unstable.orig/configure.ac 2007-03-19 12:56:26.000000000
+0900
+++ kexec-tools-unstable/configure.ac 2007-03-19 12:56:28.000000000 +0900
@@ -72,8 +72,8 @@
AC_ARG_WITH([zlib], AC_HELP_STRING([--without-zlib],[disable gamecube
support]),
[ with_zlib="$withval"], [ with_zlib=yes ] )
-AC_ARG_WITH([xen], AC_HELP_STRING([--with-xen],[enable extended xen support]),
- [ with_xen="$withval"], [ with_xen=no ] )
+AC_ARG_WITH([xen], AC_HELP_STRING([--without-xen],
+ [disable extended xen support]), [ with_xen="$withval"], [ with_xen=yes
] )
dnl ---Programs
dnl To specify a different compiler, just 'export CC=/path/to/compiler'
_______________________________________________
fastboot mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/fastboot