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:
Juan Quintela 2009-07-27 16:13:09 +02:00 committed by Anthony Liguori
parent eeb6d45bfe
commit a68551bc6e

8
configure vendored
View file

@ -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 <<EOF