summaryrefslogtreecommitdiff
path: root/build_tools/menuselect-deps.in
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-12-17 17:11:06 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-12-17 17:11:06 +0000
commit01f8a6959b0097384e41ef637081eafbd145a3c6 (patch)
treed766340591da25ebde068f7be5f192766ff81da9 /build_tools/menuselect-deps.in
parent928eb59aaaf670738dd0d12c4f809e5e030f44be (diff)
make the configure script detect that it is running on a Windows platform, and report that information so that menuselect can use it (all information that is used to decide whether to build modules or not must be fed to menuselect so the user knows what will be built and why... don't make module build decisions in the makefiles, please)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/menuselect-deps.in')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index fbb4b1583..98ec88a06 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -42,3 +42,4 @@ ISDNNET=@PBX_ISDNNET@
MISDN=@PBX_MISDN@
SUPPSERV=@PBX_SUPPSERV@
GNU_LD=@GNU_LD@
+WINARCH=@WINARCH@