summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpbrook2006-03-19 17:31:11 +0100
committerpbrook2006-03-19 17:31:11 +0100
commitcad25d69ad99673a376866d930b4621abb52d56f (patch)
treea5dfff0c9ed8135a81634e3815619ae3e85c30f6 /configure
parentConfigure options to enable/disable all softmmu/user targets. (diff)
downloadqemu-cad25d69ad99673a376866d930b4621abb52d56f.tar.gz
qemu-cad25d69ad99673a376866d930b4621abb52d56f.tar.xz
qemu-cad25d69ad99673a376866d930b4621abb52d56f.zip
Rename --*able-softmmu --*able-system.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1788 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3f9ee47829..19334da613 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"
;;