Merged revisions 109282 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r109282 | seanbright | 2008-03-17 20:28:39 -0400 (Mon, 17 Mar 2008) | 1 line

Fix a typo
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@109283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2008-03-18 00:40:32 +00:00
parent 9a4405a7e5
commit cc4c5f1a6d
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 109159 .
# From configure.ac Revision: 109229 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for asterisk 1.6.
#
@@ -9297,7 +9297,7 @@ fi
A
SDL_DESCRIP="Sdl"
SDL_OPTION="sdl"

View File

@@ -236,7 +236,7 @@ AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri])
AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7])
AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib])
AST_EXT_LIB_SETUP([OPENH323], [OpenH323], [h323])
AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius])A
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])