aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-06 22:19:28 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-06 22:19:28 +0000
commit378176eb16b9fd6c3b7a5d81681cb373f23d5b5a (patch)
treef974f9e8555b8a0e8a1057b4f2826776d224b277 /configure
parent11740d67595bd864ddcd2b8a3b76b543df3e843e (diff)
ensure that an adequately new version of libpri is in place so that chan_dahdi will compile with PRI support
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@155117 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 69f971280..0a7722b48 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 151245 .
+# From configure.ac Revision: 153711 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
#
@@ -38936,7 +38936,7 @@ if test "x${PBX_PRI}" != "x1" -a "${USE_PRI}" != "no"; then
pbxlibdir="-L${PRI_DIR}"
fi
fi
- pbxfuncname="pri_get_version"
+ pbxfuncname="pri_new_bri"
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
AST_PRI_FOUND=yes
else