From e99eece42af74a4167ae80050421e277cfff5bc5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 3 Jul 2008 16:22:02 +0000 Subject: some minor fixes found while working on issue #12911 (and block the rev from 1.4 since the equivalent is already here) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127767 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc0df7df0..cbe7880d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1419,11 +1419,7 @@ if test "${host_os}" != "linux-gnu" ; then tonezone_extra="-lm" fi -if test "x${DAHDI_DIR}" != "x"; then - tonezone_extra="${tonezone_extra} -I${DAHDI_DIR}/include" -fi - -AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra}]) +AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra} ${DAHDI_INCLUDE}]) AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], []) -- cgit v1.2.3