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
1 changed files with 2 additions and 2 deletions

View File

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