aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 19:11:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 19:11:18 +0000
commitefe22b0c45b523db3c02dc092560f5c814b9e18f (patch)
tree8436cd770dda8725517b2bf6c167ce3193f99de0 /configure.ac
parenta9d77064e72ab097b6acc2dea45dffec897baa13 (diff)
fix the zaptel configure script check
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89460 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26ab76b2d..0fece1eb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1070,9 +1070,9 @@ if test "${host_os}" != "linux-gnu" ; then
fi
# new tonezone, version 1.4.0
-AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}], [140])
+AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}], , [], [140])
# other case, old tonezone (0.80)
-AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/zaptel.h], [${tonezone_extra}], [80])
+AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/zaptel.h], [${tonezone_extra}], , [], [80])
AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])