[Libreoffice-commits] .: configure.in

René Engelhard rene at kemper.freedesktop.org
Tue Apr 17 08:49:16 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68fc62667c23cd8cbab01c91667186356a4ef031
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Apr 17 17:46:03 2012 +0200

    add 5.3 into the db check for-loop

diff --git a/configure.in b/configure.in
index ed16f92..fc6fdb1 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 ])


More information about the Libreoffice-commits mailing list