mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
@@ -37,11 +37,6 @@ ifeq ($(OSARCH),NetBSD)
|
||||
H323LIB=-lh323_NetBSD_x86_r
|
||||
endif
|
||||
|
||||
MODULE_EXCLUDE:=
|
||||
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
||||
MODULE_EXCLUDE+= chan_oss chan_unistim
|
||||
endif
|
||||
|
||||
ifeq ($(wildcard h323/libchanh323.a),)
|
||||
MODULE_EXCLUDE += chan_h323
|
||||
endif
|
||||
|
Reference in New Issue
Block a user