summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ce95b5d..12c6f54 100644
--- a/configure.in
+++ b/configure.in
@@ -166,6 +166,7 @@ AC_OUTPUT([
maemo/Makefile
doc/Makefile
usb_stream/Makefile
+ speex/Makefile
])
dnl Show the build conditions
@@ -198,7 +199,8 @@ if test "$HAVE_AVCODEC" = "yes"; then
echo " AVCODEC_HEADER: $AVCODEC_HEADER"
fi
echo "Speex rate plugin: $PPH"
-if test "$PPH" = "lib"; then
+echo "Speex preprocess plugin: $HAVE_SPEEXDSP"
+if test "$HAVE_SPEEX" = "yes"; then
echo " speexdsp_CFLAGS: $speexdsp_CFLAGS"
echo " speexdsp_LIBS: $speexdsp_LIBS"
fi