summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-03-18 00:28:39 +0000
committerSean Bright <sean@malleable.com>2008-03-18 00:28:39 +0000
commitad3748d6c56ad549d8d7d35bb121f0b3d164da43 (patch)
treeac899a34f5e72715cd20c6b8a17b9874dd21626d
parente727d15d34036bd60686480ed6ac199e6562bae7 (diff)
Fix a typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109282 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6ac2ae5f8..7b90f995a 100755
--- a/configure
+++ b/configure
@@ -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"
diff --git a/configure.ac b/configure.ac
index b11faeb16..498bf6983 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])