Fix comparison warning on ./configure
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ce2a9fc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ce2a9fc1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ce2a9fc1 Branch: refs/heads/1.6.x Commit: ce2a9fc19c066c7f1c9aeea937497c9ca246a23c Parents: 1d98746 Author: Alexander Shorin <[email protected]> Authored: Thu May 1 19:13:13 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Mon May 5 20:21:52 2014 +0400 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ce2a9fc1/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index dadbf02..b1c005d 100644 --- a/configure.ac +++ b/configure.ac @@ -438,7 +438,7 @@ otp_release="`\ AC_SUBST(otp_release) AM_CONDITIONAL([USE_OTP_NIFS], - [test x$otp_release \> xR14B -o $otp_release -ge 17 ]) + [test x$otp_release \> xR14B]) AM_CONDITIONAL([USE_EJSON_COMPARE_NIF], [test x$otp_release \> xR14B03])
