aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-08 16:26:00 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-08 16:26:00 +0000
commit9e0d068b6aacac736ea912af7a0931207f5c56b1 (patch)
tree51d33cf9020da993bfe0c0d4bfbbe6a9654766a9 /configure
parent989d780819205673d48f355ebd914f086c797205 (diff)
Actually use Zaptel CFLAGS if using Zaptel instead of DAHDI
This fixes building against Zaptel when using a custom path git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@141678 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index d1552c2b4..e056b581f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 137677 .
+# From configure.ac Revision: 139145 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
@@ -30728,6 +30728,10 @@ fi
if test "x${PBX_ZAPTEL}" = "x1" ; then
PBX_DAHDI=1
+ DAHDI_INCLUDE=${ZAPTEL_INCLUDE}
+ DAHDI_LIB=${ZAPTEL_LIB}
+
+
fi