mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 00:07:57 -06:00
configure: remove dead code
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
875be287cd
commit
a5e9fbf1df
1 changed files with 0 additions and 8 deletions
8
configure
vendored
8
configure
vendored
|
@ -1126,14 +1126,6 @@ else
|
||||||
done
|
done
|
||||||
fi
|
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 "$tcg" = "auto"; then
|
||||||
if test -z "$target_list"; then
|
if test -z "$target_list"; then
|
||||||
tcg="disabled"
|
tcg="disabled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue