[Libreoffice-commits] .: configure.in

René Engelhard rene at kemper.freedesktop.org
Sun Jan 16 04:37:44 PST 2011


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

New commits:
commit d5d52311826da1284a3a6361f54644cd23b547be
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Jan 16 01:13:32 2011 +0100

    Make configure still work after Env.Set.sh

diff --git a/configure.in b/configure.in
index c4982cb..bb8302f 100755
--- a/configure.in
+++ b/configure.in
@@ -4351,7 +4351,7 @@ if test -n "$with_system_db" -o -n "$with_system_libs" && \
         AC_MSG_RESULT([no])
     done
 
-    if test "$DB_INCLUDES" = ""; then
+    if test "$db_header" = ""; then
        AC_CHECK_HEADER(db.h, [ DB_INCLUDES=/usr/include; db_header="db.h" ],
            [ AC_MSG_ERROR(no. install the db4-dev package) ])
     fi


More information about the Libreoffice-commits mailing list