aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7fe2a3f0..b49a28ba7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -438,6 +438,7 @@ if test "x${host_os}" = "xlinux-gnu" ; then
AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
fi
+PBX_DAHDI_TRANSCODE=0
if test "${USE_DAHDI}" != "no" ; then
AST_C_DEFINE_CHECK([DAHDI], [DAHDI_CODE], [dahdi/user.h])
if test "x${PBX_DAHDI}" = "x1" ; then