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

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