diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 019842db..3aaa935c 100644 --- a/configure.ac +++ b/configure.ac @@ -56,8 +56,7 @@ case $host_platform:$host_cpu in default:i?86) host_platform=at;; default:x86_64)] - AC_MSG_WARN([Platform set to Xen by default, this can not boot on non-Xen systems, you currently need a 32bit build for that.]) - [host_platform=xen;; + [host_platform=at;; at:i?86 | xen:i?86 | at:x86_64 | xen:x86_64) :;; *)] |