summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2007-03-20 08:58:54 +0000
committerJan Holesovsky <kendy@suse.cz>2007-03-20 08:58:54 +0000
commit86b468f6f9a8e724ca1a576d4fd25f1b9c89c16b (patch)
treee43c561478f291f7bde7d2b7c3175f6e26e34a87
parent74607924735b89c5e14dc91d3b3256da1281bc7b (diff)
BerkeleyDB 4.
* patches/src680/config_office-system-db-4.3.diff: BerkeleyDB 4.5 works as well.
-rw-r--r--patches/src680/config_office-system-db-4.3.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/src680/config_office-system-db-4.3.diff b/patches/src680/config_office-system-db-4.3.diff
index ee61e0bae..aab647dcd 100644
--- a/patches/src680/config_office-system-db-4.3.diff
+++ b/patches/src680/config_office-system-db-4.3.diff
@@ -8,7 +8,7 @@
- # FIXME: Will db 4.3 work? Can't test it since the 4.3 java bindings are not packaged :/
- for v in 1 2; do
+ AC_MSG_CHECKING([whether db is at least 4.1])
-+ for v in 1 2 3 4; do
++ for v in 1 2 3 4 5; do
AC_TRY_RUN([
#include <db.h>