aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-02 23:05:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-02 23:05:25 +0000
commit5a9d68237aac49a216c187b3eb5f5ee07a7f9998 (patch)
tree69c1a2f26ae66f173cd9a14991136dc823668215 /configure
parent6efd2de1fabbd0c1413b702171e9775538fceba0 (diff)
Merged revisions 57556 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57556 | russell | 2007-03-02 17:03:01 -0600 (Fri, 02 Mar 2007) | 3 lines Update the check that is used to determine whether zaptel transcoder support is present. The interface has changed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57557 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 957637bef..3485dea47 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 53851 .
+# From configure.ac Revision: 55077 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60.
#
@@ -36051,8 +36051,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
# Check for transcode support
if test "x${PBX_ZAPTEL_TRANSCODE}" != "x1" -a "${USE_ZAPTEL_TRANSCODE}" != "no"; then
- { echo "$as_me:$LINENO: checking for ZT_TCOP_TRANSCODE in zaptel/zaptel.h" >&5
-echo $ECHO_N "checking for ZT_TCOP_TRANSCODE in zaptel/zaptel.h... $ECHO_C" >&6; }
+ { echo "$as_me:$LINENO: checking for ZT_TCOP_ALLOCATE in zaptel/zaptel.h" >&5
+echo $ECHO_N "checking for ZT_TCOP_ALLOCATE in zaptel/zaptel.h... $ECHO_C" >&6; }
saved_cppflags="${CPPFLAGS}"
if test "x${ZAPTEL_TRANSCODE_DIR}" != "x"; then
ZAPTEL_TRANSCODE_INCLUDE= "-I${ZAPTEL_TRANSCODE_DIR}/include"
@@ -36069,7 +36069,7 @@ cat >>conftest.$ac_ext <<_ACEOF
int
main ()
{
-int foo = ZT_TCOP_TRANSCODE;
+int foo = ZT_TCOP_ALLOCATE;
;
return 0;
}