aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6bc07331b..d73b99d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1528,7 +1528,11 @@ AC_SUBST(PBX_DAHDI_TRANSCODE)
if test "x${PBX_ZAPTEL}" = "x1" ; then
PBX_DAHDI=1
+ DAHDI_INCLUDE=${ZAPTEL_INCLUDE}
+ DAHDI_LIB=${ZAPTEL_LIB}
AC_SUBST(PBX_DAHDI)
+ AC_SUBST(DAHDI_INCLUDE)
+ AC_SUBST(DAHDI_LIB)
fi
EDITLINE_LIB=""