[asterisk-commits] russell: branch 1.4 r141678 - in /branches/1.4: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 8 11:26:00 CDT 2008
Author: russell
Date: Mon Sep 8 11:26:00 2008
New Revision: 141678
URL: http://svn.digium.com/view/asterisk?view=rev&rev=141678
Log:
Actually use Zaptel CFLAGS if using Zaptel instead of DAHDI
This fixes building against Zaptel when using a custom path
Modified:
branches/1.4/configure
branches/1.4/configure.ac
Modified: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?view=diff&rev=141678&r1=141677&r2=141678
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Mon Sep 8 11:26:00 2008
@@ -1528,7 +1528,11 @@
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=""
More information about the asterisk-commits
mailing list