From cad25d69ad99673a376866d930b4621abb52d56f Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 19 Mar 2006 16:31:11 +0000 Subject: [PATCH] Rename --*able-softmmu --*able-system. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1788 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3f9ee47..19334da 100755 --- a/configure +++ b/configure @@ -211,9 +211,9 @@ for opt do ;; --disable-gcc-check) check_gcc="no" ;; - --disable-softmmu) softmmu="no" + --disable-system) softmmu="no" ;; - --enable-softmmu) softmmu="yes" + --enable-system) softmmu="yes" ;; --disable-user) user="no" ;; -- 2.7.4