commit | cad25d69ad99673a376866d930b4621abb52d56f | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Mar 19 16:31:11 2006 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Mar 19 16:31:11 2006 +0000 |
tree | a5dfff0c9ed8135a81634e3815619ae3e85c30f6 | |
parent | 0a8e90f401ec602c007ae591138160b4de838630 [diff] [blame] |
Rename --*able-softmmu --*able-system. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1788 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/configure b/configure index 3f9ee47..19334da 100755 --- a/configure +++ b/configure
@@ -211,9 +211,9 @@ ;; --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" ;;