Blame SOURCES/alsa-plugins-1.1.6-speexdsp.patch

b6f153
diff --git a/configure.ac b/configure.ac
b6f153
index f49bb6b..415b2aa 100644
b6f153
--- a/configure.ac
b6f153
+++ b/configure.ac
b6f153
@@ -143,7 +143,7 @@ AC_ARG_ENABLE([speexdsp],
b6f153
       AS_HELP_STRING([--disable-speexdsp], [Disable building of speexdsp plugin]))
b6f153
 
b6f153
 if test "x$enable_speexdsp" != "xno"; then
b6f153
-  PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2rc2], [HAVE_SPEEXDSP="yes"], [HAVE_SPEEXDSP=""])
b6f153
+  PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2], [HAVE_SPEEXDSP="yes"], [HAVE_SPEEXDSP=""])
b6f153
 fi
b6f153
 AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
b6f153