summaryrefslogtreecommitdiff
blob: e30c8c7a1488c3eca327491086209112b6ef74fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.gentoo.org/319677

--- configure.ac
+++ configure.ac
@@ -17,7 +17,7 @@
 printf "#include <db.h>\nDB_VERSION_MAJOR DB_VERSION_MINOR\n" >conftest.c
 set `eval $ac_cpp conftest.c | egrep '^ *[[0-9]] *'`; v="$1"; vv="$2"
 AC_MSG_RESULT($v.$vv)
-if test "$v" -eq 4; then
+if test "$v" -ge 4; then
 	for db in "db-$v.$vv" "db$v.$vv" "db-$v" "db$v" "db"; do
 		AC_MSG_CHECKING(for db_create in lib$db)
 		oldLIBS="$LIBS"