]> git.pld-linux.org Git - packages/gnucash.git/blob - gnucash-ignore_db1.patch
- Release 6.2.
[packages/gnucash.git] / gnucash-ignore_db1.patch
1 Binary files gnucash-1.6.5.orig/.configure.in.swp and gnucash-1.6.5/.configure.in.swp differ
2 diff -urN gnucash-1.6.5.orig/configure.in gnucash-1.6.5/configure.in
3 --- gnucash-1.6.5.orig/configure.in     Tue Mar  5 23:50:14 2002
4 +++ gnucash-1.6.5/configure.in  Tue Mar  5 23:58:20 2002
5 @@ -373,9 +373,9 @@
6    )
7   )
8  else
9 - AC_CHECK_LIB(db, dbopen, DB_LIBS="-ldb",
10 -  AC_CHECK_LIB(db1, dbopen, DB_LIBS="-ldb1",
11 -   AC_CHECK_LIB(db-3, __db185_open, DB_LIB="-ldb-3",
12 + AC_CHECK_LIB(db-3, __db185_open, DB_LIBS="-ldb-3",
13 +  AC_CHECK_LIB(db, dbopen, DB_LIBS="-ldb",
14 +   AC_CHECK_LIB(db1, dbopen, DB_LIBS="-ldb1",
15      AC_MSG_ERROR([Your db library is missing db 1.85 compatibility mode])
16     )
17    )
This page took 0.056475 seconds and 3 git commands to generate.