aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 21:31:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 21:31:30 +0000
commitce58d91e6e89892b98f48481df661b3d7a2c29d0 (patch)
tree720a67cd62d6fa933333a0ac69dcecb5c41da0d2 /configure.ac
parent49d09d552eb439f7b19fe9614c7097d76bbcd538 (diff)
Update the configure script to check for a required function that is not present
in the 1.2 version of libpri. This will prevent the configure script from thinking that it has compatible libpri support for Asterisk 1.4, when it actually does not because the installed version is from 1.2. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74211 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f619a853e..4f3882ec6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -786,7 +786,7 @@ fi
AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
-AST_EXT_LIB_CHECK([PRI], [pri], [pri_call], [libpri.h])
+AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
if test "${USE_PWLIB}" != "no"; then
if test -n "${PWLIB_DIR}"; then