[Libreoffice-commits] .: connectivity/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sun Mar 20 05:34:16 PDT 2011


 connectivity/source/drivers/mozab/bootstrap/makefile.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aff0b9ef35cc98daaca9f7cc5be7da7673dabcbd
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Mar 19 20:21:58 2011 +0100

    Actually make this work with --disable-mozilla --without-system-mozilla

diff --git a/connectivity/source/drivers/mozab/bootstrap/makefile.mk b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
index b44436e..917eddc 100755
--- a/connectivity/source/drivers/mozab/bootstrap/makefile.mk
+++ b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
@@ -31,9 +31,9 @@ PRJINC=..$/..$/..
 PRJNAME=connectivity
 TARGET=mozbootstrap
 
-.IF "$(OS)" == "OS2"
+.IF  ("$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" || "$(OS)" == "OS2"
 all: 
-    @echo "    Not building under OS/2"
+    @echo "    Not building the mozbootstrap stuff in LibreOffice build"
 .ENDIF
 
 # --- Settings ----------------------------------


More information about the Libreoffice-commits mailing list