|
|
@ -1,5 +1,5 @@
|
|
|
|
#! /bin/sh
|
|
|
|
#! /bin/sh
|
|
|
|
# From configure.ac Revision: 37066 .
|
|
|
|
# From configure.ac Revision: 37086 .
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
# Generated by GNU Autoconf 2.59e.
|
|
|
|
# Generated by GNU Autoconf 2.59e.
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -15854,6 +15854,11 @@ fi
|
|
|
|
GSM_INTERNAL="yes"
|
|
|
|
GSM_INTERNAL="yes"
|
|
|
|
GSM_SYSTEM="yes"
|
|
|
|
GSM_SYSTEM="yes"
|
|
|
|
if test "${USE_GSM}" != "no"; then
|
|
|
|
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
|
|
|
|
if test "${GSM_SYSTEM}" = "yes"; then
|
|
|
|
gsmlibdir=""
|
|
|
|
gsmlibdir=""
|
|
|
|
if test "x${GSM_DIR}" != "x"; then
|
|
|
|
if test "x${GSM_DIR}" != "x"; then
|
|
|
|