summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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