Rename --*able-softmmu --*able-system.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 19 Mar 2006 16:31:11 +0000 (16:31 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 19 Mar 2006 16:31:11 +0000 (16:31 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1788 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 3f9ee47..19334da 100755 (executable)
--- 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"
   ;;