blob: fa7d969ca90fe7a41fe0aeb34f3457b871b6856a [file] [log] [blame]
%% vim: set ft=erlang : -*- erlang -*-
case erlang:system_info(version) < "6" of
false -> CONFIG;
true ->
ErlOpts = proplists:get_value(erl_opts, CONFIG, []) ++ [{d, 'LOCAL_BEFORE_OTP17'}],
proplists:delete(erl_opts, CONFIG) ++ [{erl_opts, ErlOpts}]
end.