[asterisk-commits] file: branch 1.4 r115341 - in /branches/1.4: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 6 08:54:16 CDT 2008
Author: file
Date: Tue May 6 08:54:15 2008
New Revision: 115341
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115341
Log:
Add in missing argument.
Modified:
branches/1.4/configure
branches/1.4/configure.ac
Modified: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?view=diff&rev=115341&r1=115340&r2=115341
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Tue May 6 08:54:15 2008
@@ -1270,7 +1270,7 @@
AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm])
# See if the main speex library contains the preprocess functions
-AST_EXT_LIB_CHECK([SPEEX_PREPROCESS], [speex_preprocess_ctl], [speex/speex.h], [-lm])
+AST_EXT_LIB_CHECK([SPEEX_PREPROCESS], [speex], [speex_preprocess_ctl], [speex/speex.h], [-lm])
if test "${PBX_SPEEX_PREPROCESS}" = 1; then
PBX_SPEEX_PREPROCESS=1
fi
More information about the asterisk-commits
mailing list