Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
3e2861d8
Commit
3e2861d8
authored
Oct 17, 2011
by
Rémi Denis-Courmont
Browse files
Print speexdsp error when enable_speex is set
parent
8f51f1bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3e2861d8
...
...
@@ -2851,7 +2851,7 @@ AS_IF([test "${enable_speex}" != "no"], [
PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [
have_speexdsp="yes"
], [
AS_IF([test "${enable_speex}"
= "yes"
], [
AS_IF([test
-n
"${enable_speex}"], [
AC_MSG_ERROR([${SPEEXDSP_PKG_ERRORS}.])
])
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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