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-01 19:13:13 +0400
commit519a488876323f822eaa77b435b1d28e56fd273a (patch)
treefc7e808ef5e9f538878bb12dac0769c4117f6d85
parent296de8b1fe69e66d649294fd0445449b18c49194 (diff)
downloadcouchdb-519a488876323f822eaa77b435b1d28e56fd273a.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])