aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 19:29:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 19:29:08 +0000
commite616a7a4e2434fe360530b21af62ea44c3700318 (patch)
tree9ae43d0d1607649e2cbb6893f33ea0bff0557af7 /configure.ac
parent7c35bb6a7fda6c77e95fe51f46d7ec5718b0dbd9 (diff)
i got a little carried away with commas ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89464 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 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], [])