mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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
|
||||
# From configure.ac Revision: 83517 .
|
||||
# From configure.ac Revision: 84080 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# 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}"
|
||||
fi
|
||||
fi
|
||||
pbxfuncname="ss7_new"
|
||||
pbxfuncname="isup_set_charge"
|
||||
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
|
||||
AST_SS7_FOUND=yes
|
||||
else
|
||||
|
Reference in New Issue
Block a user