aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-09 17:11:27 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-09 17:11:27 +0000
commitbcf19b1370228e7b58eade1fa86b34d8a1ab02ae (patch)
tree38c85ec2e079b68f879a67b6eba85d4966c0d1b3 /configure
parent6f4192f273e1f2c495e1bf508ee6cc1c3927e3af (diff)
Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.
pointed out by tzafrir on #asterisk-dev git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@136999 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 2717a8c1c..7a8fb1ff0 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 134649 .
+# From configure.ac Revision: 136560 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
@@ -17146,6 +17146,7 @@ fi
fi
+PBX_DAHDI_TRANSCODE=0
if test "${USE_DAHDI}" != "no" ; then
if test "x${PBX_DAHDI}" != "x1"; then