This looks like a typo.  I think the intention of the if is to normalize
i[3456]86 to i386 since that's the target name for QEMU.

Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>

diff --git a/configure b/configure
index d9292fe..e4d1ec6 100755
--- a/configure
+++ b/configure
@@ -74,7 +74,7 @@ fi
 
 target_cpu() {
     if [[ $(uname -m) = i?86 ]]; then
-       echo x86_64
+       echo i386
     else
        uname -m
     fi

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to