Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
62d34bdf
Commit
62d34bdf
authored
Jan 31, 2003
by
Sam Hocevar
Browse files
* ./configure.ac.in: complain when ALSA headers are not found but
--enable-alsa was specified.
parent
28fea52a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
62d34bdf
...
...
@@ -2138,6 +2138,8 @@ AC_ARG_ENABLE(alsa,
then
PLUGINS="${PLUGINS} alsa"
LDFLAGS_alsa="${LDFLAGS_alsa} -lasound -lm -ldl"
else
AC_MSG_ERROR([Could not find ALSA development headers])
fi
fi])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment