summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-05-01 19:13:13 +0400
committerAlexander Shorin <kxepal@apache.org>2014-05-05 20:21:52 +0400
commitce2a9fc19c066c7f1c9aeea937497c9ca246a23c (patch)
tree9d6667ff31fa0fd406ed26b1b58c658fc35bfa60
parent1d98746445e92366df5d18a5de2daa3740d61274 (diff)
downloadcouchdb-ce2a9fc19c066c7f1c9aeea937497c9ca246a23c.tar.gz
Fix comparison warning on ./configure
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dadbf0295..b1c005db9 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])