From b76dd4d42603423dd98dec3b6637370c27ba532a Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Fri, 23 May 2008 22:47:21 +0000 Subject: downgraded required Erlang to R11B git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659699 13f79535-47bb-0310-9956-ffa450edef68 --- README | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 157f8c41..7453f61e 100644 --- a/README +++ b/README @@ -45,7 +45,7 @@ Installation And First Run You will need the following installed: - * [Erlang OTP][09] (>=R12B) (required) + * [Erlang OTP][09] (>=R11B) (required) * [ICU][10] (required) * [Mozilla SpiderMonkey][11] (required) * [GNU Make][12] (required) diff --git a/configure.ac b/configure.ac index 3f72954e..2bf9e5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -104,8 +104,8 @@ if test x${ERL} = x; then AC_MSG_ERROR([Could not find the `erl' executable. Is Erlang installed?]) fi -if test $(${ERL} -version 2>&1 | sed "s/[[^0-9]]//g") -le 560; then - AC_MSG_ERROR([The installed Erlang version is less than 5.6.0 (R12B).]) +if test $(${ERL} -version 2>&1 | sed "s/[[^0-9]]//g") -le 550; then + AC_MSG_ERROR([The installed Erlang version is less than 5.5.0 (R11B).]) fi AC_PATH_PROG([ERLC], [erlc]) -- cgit v1.2.3