summaryrefslogtreecommitdiff
path: root/build_tools/menuselect-deps.in
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-01 23:43:43 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-01 23:43:43 +0000
commitcb97e0c3531e1fdf67755df4460700c939893b03 (patch)
tree082ad1df57bb4b251643a8e175553417d8d137ac /build_tools/menuselect-deps.in
parent887a2de2b4e7037a1d86d98720bdf63653ce5abe (diff)
Merged revisions 49102 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49102 | kpfleming | 2007-01-01 17:34:35 -0600 (Mon, 01 Jan 2007) | 2 lines check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49103 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/menuselect-deps.in')
-rw-r--r--build_tools/menuselect-deps.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index 17ac9a13a..f0f343ef5 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -28,8 +28,9 @@ TONEZONE=@PBX_TONEZONE@
UNIXODBC=@PBX_UNIXODBC@
VORBIS=@PBX_VORBIS@
VPBAPI=@PBX_VPB@
-WIN32=@OSISWIN32@
ZAPTEL=@PBX_ZAPTEL@
+ZAPTEL_VLDTMF=@PBX_ZAPTEL_VLDTMF@
+ZAPTEL_TRANSCODE=@PBX_ZAPTEL_TRANSCODE@
ZLIB=@PBX_ZLIB@
ISDNNET=@PBX_ISDNNET@
MISDN=@PBX_MISDN@