mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Remove "--enable-json" flag
The "--enable-json" flag currently has no effect.
This commit is contained in:
parent
832f6d39f9
commit
5bb137940c
4 changed files with 3 additions and 18 deletions
|
@ -36,7 +36,6 @@ DepConfiguredApps = lists:flatmap(
|
|||
({pam, true}) -> [p1_pam];
|
||||
({zlib, true}) -> [p1_zlib];
|
||||
({stun, true}) -> [p1_stun];
|
||||
({json, true}) -> [jiffy];
|
||||
({iconv, true}) -> [p1_iconv];
|
||||
({lager, true}) -> [lager, goldrush];
|
||||
({lager, false}) -> [p1_logger];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue