From 6c1d429915e669bf1df72fd721c8777c74574f2f Mon Sep 17 00:00:00 2001
From: Zhang Xiantao <xiantao.zhang@intel.com>
Date: Mon, 3 Dec 2007 13:37:44 +0800
Subject: [PATCH] Update the configure to make it work for ia64
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
---
 configure |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 7ce414b..c6b3ff3 100755
--- a/configure
+++ b/configure
@@ -101,6 +101,10 @@ if [ "$arch" = "i386" -o "$arch" = "x86_64" ]; then
     target_exec="x86_64-softmmu"
 fi
 
+if [ "$arch" = "ia64" ]; then
+    target_exec="ia64-softmmu"
+fi
+
 #configure user dir
 (cd user; ./configure --prefix="$prefix" --kerneldir="$libkvm_kerneldir" \
           --arch="$arch" \
-- 
1.5.2

