summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-04-17 17:46:03 +0200
committerPetr Mladek <pmladek@suse.cz>2012-04-18 12:19:47 +0200
commit3d2333d362a7f02eef4c0d826ae17581e84ec479 (patch)
tree05d6d9d1f83c705e2267fc6dd0e0e6f251be1920
parentfdo#38635: sw: fix border corner gaps: (diff)
downloadcore-3d2333d362a7f02eef4c0d826ae17581e84ec479.tar.gz
core-3d2333d362a7f02eef4c0d826ae17581e84ec479.zip
add 5.3 into the db check for-loop
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ea9dee1ea505..d01e82ff8f18 100644
--- a/configure.in
+++ b/configure.in
@@ -5110,7 +5110,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 ])