From: Juan Quintela Date: Mon, 27 Jul 2009 14:13:09 +0000 (+0200) Subject: the else part of this test is obsolete We are testing for sdl = yes inside the else... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a68551bc6eb26cbd8d36faf8c79cca122f1881de;p=qemu.git 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 Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 0545199c22..78d12739ef 100755 --- a/configure +++ b/configure @@ -926,13 +926,7 @@ EOF fi fi # static link fi # sdl compile test -else - # 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 +fi if test "$sdl" = "yes" ; then cat > $TMPC <