You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/06/02 22:37:11 UTC

svn commit: r662553 - /incubator/couchdb/branches/runtimeconfig/configure.ac

Author: nslater
Date: Mon Jun  2 13:37:11 2008
New Revision: 662553

URL: http://svn.apache.org/viewvc?rev=662553&view=rev
Log:
changed erlang version wording

Modified:
    incubator/couchdb/branches/runtimeconfig/configure.ac

Modified: incubator/couchdb/branches/runtimeconfig/configure.ac
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/runtimeconfig/configure.ac?rev=662553&r1=662552&r2=662553&view=diff
==============================================================================
--- incubator/couchdb/branches/runtimeconfig/configure.ac (original)
+++ incubator/couchdb/branches/runtimeconfig/configure.ac Mon Jun  2 13:37:11 2008
@@ -105,7 +105,7 @@
 fi
 
 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).])
+    AC_MSG_ERROR([The installed Erlang version is older than 5.5.0 (R11B).])
 fi
 
 AC_PATH_PROG([ERLC], [erlc])