mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
the else part of this test is obsolete We are testing for sdl = yes inside the else part of the test if sdl = yes
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
eeb6d45bfe
commit
a68551bc6e
1 changed files with 1 additions and 7 deletions
8
configure
vendored
8
configure
vendored
|
@ -926,13 +926,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
fi # static link
|
fi # static link
|
||||||
fi # sdl compile test
|
fi # sdl compile test
|
||||||
else
|
fi
|
||||||
# Make sure to disable cocoa if sdl was set
|
|
||||||
if test "$sdl" = "yes" ; then
|
|
||||||
cocoa="no"
|
|
||||||
audio_drv_list="`echo $audio_drv_list | sed s,coreaudio,,g`"
|
|
||||||
fi
|
|
||||||
fi # -z $sdl
|
|
||||||
|
|
||||||
if test "$sdl" = "yes" ; then
|
if test "$sdl" = "yes" ; then
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue