浏览代码

Makefile.defs: -DWITH_AS_SUPPORT is on by default

- it was for kamailio flavour only
- can be disabled with WITHAS=0 and exclude_modules+=seas
Daniel-Constantin Mierla 12 年之前
父节点
当前提交
01cbe8bf98
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Makefile.defs

+ 3 - 2
Makefile.defs

@@ -148,13 +148,14 @@ CFG_NAME=kamailio
 KMSTATS ?= 1
 # fast malloc statistics on
 FMSTATS ?= 1
-# application server support on
-WITHAS ?= 1
 else # unknown:
 # main binary name
 MAIN_NAME=kamailio
 endif
 
+# application server support on
+WITHAS ?= 1
+
 # what to install
 INSTALL_FLAVOUR=$(FLAVOUR)