[asterisk-commits] file: trunk r115342 - in /trunk: ./ configure configure.ac

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 6 08:55:44 CDT 2008


Author: file
Date: Tue May  6 08:55:44 2008
New Revision: 115342

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115342
Log:
Merged revisions 115341 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r115341 | file | 2008-05-06 10:54:15 -0300 (Tue, 06 May 2008) | 2 lines

Add in missing argument.

........

Modified:
    trunk/   (props changed)
    trunk/configure
    trunk/configure.ac

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=115342&r1=115341&r2=115342
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue May  6 08:55:44 2008
@@ -1315,7 +1315,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