You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/10/20 15:06:56 UTC

svn commit: r1186784 - /subversion/trunk/build/ac-macros/berkeley-db.m4

Author: julianfoad
Date: Thu Oct 20 13:06:55 2011
New Revision: 1186784

URL: http://svn.apache.org/viewvc?rev=1186784&view=rev
Log:
* build/ac-macros/berkeley-db.m4
  (SVN_LIB_BERKELEY_DB): Adjust an error message to make more sense.

Modified:
    subversion/trunk/build/ac-macros/berkeley-db.m4

Modified: subversion/trunk/build/ac-macros/berkeley-db.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/berkeley-db.m4?rev=1186784&r1=1186783&r2=1186784&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/berkeley-db.m4 (original)
+++ subversion/trunk/build/ac-macros/berkeley-db.m4 Thu Oct 20 13:06:55 2011
@@ -65,11 +65,11 @@ AC_DEFUN(SVN_LIB_BERKELEY_DB,
 
       if test "$withval" = "yes"; then
         if test "$apu_db_version" -lt "4"; then
-          AC_MSG_ERROR([APR-UTIL wasn't linked against Berkeley DB 4,
-                        while the fs component is required.  Reinstall
-                        APR-UTIL with the appropiate options.])
+          AC_MSG_ERROR([APR-UTIL was linked against Berkeley DB version $apu_db_version,
+                        while version 4 or higher is required.  Reinstall
+                        APR-UTIL with the appropriate options.])
         fi
-        
+
         bdb_status=required
 
       elif test "$apu_found" != "reconfig"; then