diff --git a/configure b/configure index 62dae3abaa775f4330fe02763be1de74c3d1f00b..46ad2fdb9cfca40ee4f998786f80ab9c96b2cfba 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 109282 . +# From configure.ac Revision: 114696 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for asterisk 1.6. # @@ -12769,11 +12769,13 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include <stdio.h> +#include <sys/types.h> /* for off_t */ + #include <stdio.h> int main () { -return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); +int (*fp) (FILE *, off_t, int) = fseeko; + return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } @@ -12813,11 +12815,13 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 -#include <stdio.h> +#include <sys/types.h> /* for off_t */ + #include <stdio.h> int main () { -return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); +int (*fp) (FILE *, off_t, int) = fseeko; + return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } @@ -38572,7 +38576,7 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then pbxlibdir="-L${SS7_DIR}" fi fi - pbxfuncname="isup_cqr" + pbxfuncname="isup_set_generic_name" if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers AST_SS7_FOUND=yes else diff --git a/configure.ac b/configure.ac index b225f0ab83b215e4e9c2dd0068c1e533c5effb98..a878707a46fbaf92edd26da164b509d3ad86f9bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1267,7 +1267,7 @@ AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h]) AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h]) -AST_EXT_LIB_CHECK([SS7], [ss7], [isup_cqr], [libss7.h]) +AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_generic_name], [libss7.h]) if test "${USE_PWLIB}" != "no"; then if test -n "${PWLIB_DIR}"; then