diff options
author | pbrook | 2006-03-19 17:31:11 +0100 |
---|---|---|
committer | pbrook | 2006-03-19 17:31:11 +0100 |
commit | cad25d69ad99673a376866d930b4621abb52d56f (patch) | |
tree | a5dfff0c9ed8135a81634e3815619ae3e85c30f6 /configure | |
parent | Configure options to enable/disable all softmmu/user targets. (diff) | |
download | qemu-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; |