[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] db-configure-fixes.patch

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-11 06:45:51 CET

* configure.in:
  Search common vendor directories for instances of DB-4.1 & DB-4.0.

Index: configure.in
===================================================================
--- configure.in (revision 4084)
+++ configure.in (working copy)
@@ -175,7 +175,7 @@
 SVN_FS_WANT_DB_PATCH=14
 # Look for libdb4.so first:
 SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
- $SVN_FS_WANT_DB_PATCH, [db4 db])
+ $SVN_FS_WANT_DB_PATCH, [db-4.1 db41 db-4.0 db4 db])
 
 
 # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 03:43:10 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.