Преглед изворни кода

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
(cherry picked from commit 01cbe8bf98d6ad1ef8cf7e0b9f646fde81831fc6)
Daniel-Constantin Mierla пре 12 година
родитељ
комит
dc15e648b3
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)