aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 17:11:06 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 17:11:06 +0000
commitdde59f4f623b90fc9ca9e5ab8256490e4c995ce8 (patch)
treed766340591da25ebde068f7be5f192766ff81da9 /channels/chan_oss.c
parent6eb087c2b3c94913b7065ea834eb90438c2eb4f6 (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: http://svn.digium.com/svn/asterisk/trunk@93211 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_oss.c')
-rw-r--r--channels/chan_oss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index ad0410d32..10a333464 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -35,6 +35,7 @@
/*** MODULEINFO
<depend>ossaudio</depend>
+ <conflict>winarch</conflict>
***/
#include "asterisk.h"