1
0
Fork 0
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:
Holger Weiss 2015-08-27 22:16:11 +02:00
parent 832f6d39f9
commit 5bb137940c
4 changed files with 3 additions and 18 deletions

View file

@ -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];