Commit 62d34bdf authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: complain when ALSA headers are not found but

    --enable-alsa was specified.
parent 28fea52a
...@@ -2138,6 +2138,8 @@ AC_ARG_ENABLE(alsa, ...@@ -2138,6 +2138,8 @@ AC_ARG_ENABLE(alsa,
then then
PLUGINS="${PLUGINS} alsa" PLUGINS="${PLUGINS} alsa"
LDFLAGS_alsa="${LDFLAGS_alsa} -lasound -lm -ldl" LDFLAGS_alsa="${LDFLAGS_alsa} -lasound -lm -ldl"
else
AC_MSG_ERROR([Could not find ALSA development headers])
fi fi
fi]) fi])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment