summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-04-17 17:46:03 +0200
committerRene Engelhard <rene@debian.org>2012-04-17 17:49:16 +0200
commit68fc62667c23cd8cbab01c91667186356a4ef031 (patch)
tree8dd6376bbe8827f76015c077004c5acf27158d6c /configure.in
parent9ff94ae0fa947c5fd6a31fbc38421f60eb5e1fba (diff)
add 5.3 into the db check for-loop
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ed16f92935b1..fc6fdb119e0c 100644
--- a/configure.in
+++ b/configure.in
@@ -6383,7 +6383,7 @@ if test "$with_system_db" = "yes"; then
AC_MSG_RESULT([external])
db_header=
- for dbver in 5.1 5.0 5 4.8 4.7 4; do
+ for dbver in 5.3 5.1 5.0 5 4.8 4.7 4; do
for dash in - ''; do
AC_CHECK_HEADER([db$dash$dbver/db.h],
[ db_header="db$dash$dbver/db.h"; break 2 ])