Author: jerenkrantz
Date: Mon Jun 11 20:32:23 2012
New Revision: 1348994
URL: http://svn.apache.org/viewvc?rev=1348994&view=rev
Log:
* configure.ac: Update autoconf warning when BDB is not found to be a little
more helpful and update to current Oracle URL for BDB.
Modified:
subversion/trunk/configure.ac
Modified: subversion/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1348994&r1=1348993&r2=1348994&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Mon Jun 11 20:32:23 2012
@@ -1431,9 +1431,12 @@ if test "$svn_lib_berkeley_db" = "no" &&
You don't seem to have Berkeley DB version $db_version or newer
-installed and linked to APR-UTIL. We have created Makefile which will build
+installed and linked to APR-UTIL. We have created a Makefile which will build
Subversion without support for the Berkeley DB back-end. You can find the
latest version of Berkeley DB here:
- http://www.oracle.com/technology/software/products/berkeley-db/index.html
+
+ http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html
+
+or explicitly specify --without-berkeley-db to silence this warning.
])
fi