Commit ffe0f9de authored by Pierre Ynard's avatar Pierre Ynard

configure: sort of fix speexdsp

$enable_speex can't be empty at this point so this check makes no sense
(cherry picked from commit c618458095cf74610053e9fe53e0a12ca7fc81c6)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent b44854d8
...@@ -2814,11 +2814,7 @@ AS_IF([test "${enable_speex}" != "no"], [ ...@@ -2814,11 +2814,7 @@ AS_IF([test "${enable_speex}" != "no"], [
PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [ PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [
have_speexdsp="yes" have_speexdsp="yes"
], [ ], [
AS_IF([test -n "${enable_speex}"], [ AC_MSG_WARN([${SPEEXDSP_PKG_ERRORS}.])
AC_MSG_ERROR([${SPEEXDSP_PKG_ERRORS}.])
], [
AC_MSG_WARN([${SPEEXDSP_PKG_ERRORS}.])
])
]) ])
]) ])
AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"]) AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
......
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