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