Commit 3e2861d8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Print speexdsp error when enable_speex is set

parent 8f51f1bc
......@@ -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}.])
])
])
......
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