25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Remove workaround for old erlang versions

This commit is contained in:
Paweł Chmielowski 2018-12-13 11:46:46 +01:00
parent c88a2d0569
commit 52e77e3d75

View File

@ -146,14 +146,14 @@
{i, "deps/fast_xml/include"}, {i, "deps/fast_xml/include"},
{i, "deps/xmpp/include"}]}. {i, "deps/xmpp/include"}]}.
{if_version_above, "17", {cover_enabled, true}}. {cover_enabled, true}.
{cover_export_enabled, true}. {cover_export_enabled, true}.
{recursive_cmds, ['configure-deps']}. {recursive_cmds, ['configure-deps']}.
{post_hook_configure, [{"fast_tls", []}, {post_hook_configure, [{"fast_tls", []},
{"stringprep", []}, {"stringprep", []},
{"fast_yaml", []}, {"fast_yaml", []},
{"eimp", []}, {"eimp", []},
{if_var_true, sip, {"esip", []}}, {if_var_true, sip, {"esip", []}},
{"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]}, {"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
{if_var_true, pam, {"epam", []}}, {if_var_true, pam, {"epam", []}},