summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:13:09 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:22 -0500
commita68551bc6eb26cbd8d36faf8c79cca122f1881de (patch)
tree4f3781736b9eeb819d6c8469219fef61edc880f8 /configure
parenteeb6d45bfe2839a246da1e7e94a3d5c58c05cd09 (diff)
downloadqemu-a68551bc6eb26cbd8d36faf8c79cca122f1881de.tar.gz
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
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 <<EOF