Commit a68551bc6eb26cbd8d36faf8c79cca122f1881de
Committed by
Anthony Liguori
1 parent
eeb6d45b
the else part of this test is obsolete We are testing for sdl = yes inside the e…
…lse part of the test if sdl = yes Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
1 changed file
with
1 additions
and
7 deletions
configure
... | ... | @@ -926,13 +926,7 @@ EOF |
926 | 926 | fi |
927 | 927 | fi # static link |
928 | 928 | fi # sdl compile test |
929 | -else | |
930 | - # Make sure to disable cocoa if sdl was set | |
931 | - if test "$sdl" = "yes" ; then | |
932 | - cocoa="no" | |
933 | - audio_drv_list="`echo $audio_drv_list | sed s,coreaudio,,g`" | |
934 | - fi | |
935 | -fi # -z $sdl | |
929 | +fi | |
936 | 930 | |
937 | 931 | if test "$sdl" = "yes" ; then |
938 | 932 | cat > $TMPC <<EOF | ... | ... |