[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Wed Apr 18 03:20:26 PDT 2012


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

New commits:
commit 3d2333d362a7f02eef4c0d826ae17581e84ec479
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
    
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

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


More information about the Libreoffice-commits mailing list