[asterisk-commits] tilghman: branch 1.6.1 r160101 - in /branches/1.6.1: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 1 15:46:27 CST 2008
Author: tilghman
Date: Mon Dec 1 15:46:26 2008
New Revision: 160101
URL: http://svn.digium.com/view/asterisk?view=rev&rev=160101
Log:
Merged revisions 160097 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r160097 | tilghman | 2008-12-01 15:23:37 -0600 (Mon, 01 Dec 2008) | 2 lines
Use AST_EXT_LIB_SETUP before using AST_EXT_LIB_CHECK or bad things happen.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/configure
branches/1.6.1/configure.ac
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/configure.ac?view=diff&rev=160101&r1=160100&r2=160101
==============================================================================
--- branches/1.6.1/configure.ac (original)
+++ branches/1.6.1/configure.ac Mon Dec 1 15:46:26 2008
@@ -253,6 +253,7 @@
AST_EXT_LIB_SETUP([SDL_IMAGE], [Sdl Image library], [SDL_image])
AST_EXT_LIB_SETUP([OPENAIS], [OpenAIS], [openais])
AST_EXT_LIB_SETUP([SPEEX], [Speex], [speex])
+AST_EXT_LIB_SETUP([SPEEX_PREPROCESS], [Speex preprocess routines], [speex])
AST_EXT_LIB_SETUP([SPEEXDSP], [Speexdsp], [speexdsp])
AST_EXT_LIB_SETUP([SQLITE], [SQLite], [sqlite])
AST_EXT_LIB_SETUP([SQLITE3], [SQLite], [sqlite3])
More information about the asterisk-commits
mailing list