projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b10b86
)
another freebsd-specific check for zaptel compatibility
author
Luigi Rizzo
<rizzo@icir.org>
Fri, 19 Jan 2007 15:59:05 +0000
(15:59 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Fri, 19 Jan 2007 15:59:05 +0000
(15:59 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51291
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
05c18b1
..
2b5cee0
100644
(file)
--- 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