summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 17:11:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 17:11:30 +0000
commit6dfb85dc9ec79ec10e073e317566cfc0fbffb319 (patch)
treef867390be7f3ed87240ca4de51bf21ad5073a418 /configure
parent4cbefcd4f1acbfb5e3c24a2b4dbd472526a322cc (diff)
downloadmpv-6dfb85dc9ec79ec10e073e317566cfc0fbffb319.tar.bz2
mpv-6dfb85dc9ec79ec10e073e317566cfc0fbffb319.tar.xz
Our ALSA code needs alloca, so check for it in configure and include alloca.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index b364520a91..d8c0817433 100755
--- a/configure
+++ b/configure
@@ -5205,6 +5205,10 @@ fi
echores "$_openal"
echocheck "ALSA audio"
+if test "$_alloca" != yes ; then
+ _alsa=no
+ _res_comment="alloca missing"
+fi
if test "$_alsa" != no ; then
_alsa=no
cat > $TMPC << EOF