projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875be28
)
configure: remove dead code
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 31 Aug 2023 08:46:41 +0000
(10:46 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 7 Sep 2023 11:32:37 +0000
(13:32 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index ef08537692269e9fce9b0a61f8b9677050ff1043..48ae0fc05abefddb5bcab15eae14c4f8f1efdc7a 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1126,14
+1126,6
@@
else
done
fi
-# see if system emulation was really requested
-case " $target_list " in
- *"-softmmu "*) softmmu=yes
- ;;
- *) softmmu=no
- ;;
-esac
-
if test "$tcg" = "auto"; then
if test -z "$target_list"; then
tcg="disabled"