aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-19 15:59:05 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-19 15:59:05 +0000
commit9b8b765eb7e241e20e8ed6154346628766a6863f (patch)
tree4d5ba3e6ea9533429110be19c107ad820afa1fd7 /configure.ac
parent209acd66840eda8c08d5d4ca6f349da02400d82d (diff)
another freebsd-specific check for zaptel compatibility
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51291 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 05c18b12d..2b5cee0dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -881,6 +881,9 @@ case "${host_os}" in
AST_EXT_LIB_CHECK([ZAPTEL], [zaptel],, [zaptel.h],, [80])
AST_EXT_LIB_CHECK([ZAPTEL_VLDTMF], [zaptel],, [zaptel/zaptel.h],, [90])
AST_EXT_LIB_CHECK([ZAPTEL_VLDTMF], [zaptel],, [zaptel.h],, [80])
+
+ # other case, old tonezone (0.80)
+ AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel.h], [${tonezone_extra}], [80])
;;
esac