[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 17 12:44:33 PDT 2011


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

New commits:
commit 177417f39304566a8798dceef267e5ed1f4f74de
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue May 17 22:42:44 2011 +0300

    Break out of loop when the right DB_LIB is found

diff --git a/configure.in b/configure.in
index 6aa6d5b..b4974f0 100755
--- a/configure.in
+++ b/configure.in
@@ -4422,6 +4422,7 @@ if test -n "$with_system_db" -o -n "$with_system_libs" && \
             AC_CHECK_LIB(db$dash$dbver, __db185_open, 
                 [ DB_LIB="db$dash$dbver"; DB_CPPLIB="db_cxx$dash$dbver"; break ])
          done
+        test -n "$DB_LIB" && break
     done
 
     if test -z "$DB_LIB"; then


More information about the Libreoffice-commits mailing list