diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-03-19 16:31:11 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-03-19 16:31:11 +0000 |
commit | cad25d69ad99673a376866d930b4621abb52d56f (patch) | |
tree | a5dfff0c9ed8135a81634e3815619ae3e85c30f6 /configure | |
parent | 0a8e90f401ec602c007ae591138160b4de838630 (diff) |
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" ;; |