summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-11-20 19:29:08 +0000
committerRussell Bryant <russell@russellbryant.com>2007-11-20 19:29:08 +0000
commit2626c511da1185dae8da6eaa3fc0d36a3917aa98 (patch)
tree9ae43d0d1607649e2cbb6893f33ea0bff0557af7 /configure.ac
parent4d522da4aad7148fc43cdc9ff94e0de65b13cc33 (diff)
i got a little carried away with commas ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 0fece1eb5..cd452965c 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], [])