~ubuntu-branches/ubuntu/breezy/libnss-db/breezy

« back to all changes in this revision

Viewing changes to debian/patches/002_db3_usage.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ben Collins
  • Date: 2002-04-12 13:12:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020412131229-2sfdv2fix4sij8lf
Tags: 2.2-6
Rebuild with newer libdb3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN nss_db-2.2.orig/configure.in nss_db-2.2/configure.in
 
2
--- nss_db-2.2.orig/configure.in        Thu Nov  9 19:56:04 2000
 
3
+++ nss_db-2.2/configure.in     Sun Mar 25 13:25:01 2001
 
4
@@ -43,7 +43,7 @@
 
5
 AC_CHECK_HEADER(db.h,, AC_MSG_ERROR([
 
6
 *** Could not find Berkeley DB headers.]))
 
7
 
 
8
-AC_CHECK_LIB(db, db_version,, AC_MSG_ERROR([
 
9
+AC_CHECK_LIB(db3, db_version,, AC_MSG_ERROR([
 
10
 *** Could not find Berkeley DB library.]))
 
11
 
 
12
 AC_CACHE_CHECK([Berkeley DB version], nss_db_cv_db_version,