summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-07-05 21:28:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-07-05 21:28:30 +0000
commit72c9c5def134cdbf605c12ad9a8eb5b17671eb0b (patch)
tree3127ac2fdbe370783bd2cfd98028e03a9d19eb5c /configure
parent5c30f76ba3b1f621aa5f2dfdd919f4c9625a71de (diff)
allow codec_gsm to be built using internal GSM library again (oops!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index bccfe9dc1..513b2790e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 37066 .
+# From configure.ac Revision: 37086 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59e.
#
@@ -15854,6 +15854,11 @@ fi
GSM_INTERNAL="yes"
GSM_SYSTEM="yes"
if test "${USE_GSM}" != "no"; then
+ if test "${GSM_DIR}" = "internal"; then
+ GSM_SYSTEM="no"
+ elif test "${GSM_DIR}" != ""; then
+ GSM_INTERNAL="no"
+ fi
if test "${GSM_SYSTEM}" = "yes"; then
gsmlibdir=""
if test "x${GSM_DIR}" != "x"; then