aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-01 21:45:00 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-01 21:45:00 +0000
commitf24bbeafbb2a2b01f09e018339b875e650870392 (patch)
tree672fa5c520176a475a3ef0cad5550610d12549f7 /configure.ac
parentcbfb7ff54e7310ef77f106297b01f86304bc815e (diff)
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@160100 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6d722f72..20e8e3361 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,7 @@ AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius])
AST_EXT_LIB_SETUP([SDL], [Sdl], [sdl])
AST_EXT_LIB_SETUP([SDL_IMAGE], [Sdl Image library], [SDL_image])
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])