mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Change the configure script to check for a function that was recently added to libss7.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 83517 .
|
# From configure.ac Revision: 84080 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61.
|
# Generated by GNU Autoconf 2.61.
|
||||||
#
|
#
|
||||||
@@ -44723,7 +44723,7 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then
|
|||||||
pbxlibdir="-L${SS7_DIR}"
|
pbxlibdir="-L${SS7_DIR}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
pbxfuncname="ss7_new"
|
pbxfuncname="isup_set_charge"
|
||||||
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
|
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
|
||||||
AST_SS7_FOUND=yes
|
AST_SS7_FOUND=yes
|
||||||
else
|
else
|
||||||
|
@@ -881,7 +881,7 @@ AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
|
|||||||
|
|
||||||
AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
|
AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
|
||||||
|
|
||||||
AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_new], [libss7.h])
|
AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_charge], [libss7.h])
|
||||||
|
|
||||||
if test "${USE_PWLIB}" != "no"; then
|
if test "${USE_PWLIB}" != "no"; then
|
||||||
if test -n "${PWLIB_DIR}"; then
|
if test -n "${PWLIB_DIR}"; then
|
||||||
|
Reference in New Issue
Block a user