be compatible with R14 as well
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/b8e18a7d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/b8e18a7d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/b8e18a7d Branch: refs/heads/import Commit: b8e18a7d7d053540e64839926307543565147715 Parents: 2ab4a24 Author: benoitc <[email protected]> Authored: Sat Jun 22 15:08:38 2013 +0200 Committer: benoitc <[email protected]> Committed: Sat Jun 22 15:08:38 2013 +0200 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/b8e18a7d/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index c839359..21d678e 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {erl_opts, [ - {platform_define, "^R15", "no_sha_hmac"} + {platform_define, "(R14|R15)", "no_sha_hmac"} ]}.
