[asterisk-commits] file: branch 1.6.0 r115343 - in /branches/1.6.0: ./ configure configure.ac

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


Author: file
Date: Tue May  6 08:57:42 2008
New Revision: 115343

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

................
r115342 | file | 2008-05-06 10:55:44 -0300 (Tue, 06 May 2008) | 10 lines

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:
    branches/1.6.0/   (props changed)
    branches/1.6.0/configure
    branches/1.6.0/configure.ac

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/configure.ac?view=diff&rev=115343&r1=115342&r2=115343
==============================================================================
--- branches/1.6.0/configure.ac (original)
+++ branches/1.6.0/configure.ac Tue May  6 08:57:42 2008
@@ -1314,7 +1314,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