[Libreoffice-commits] .: connectivity/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Sun Mar 20 07:34:27 PDT 2011
connectivity/source/drivers/mozab/bootstrap/makefile.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b6b72eb5412c7cf028768e773d1afd1b685eb8f3
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sun Mar 20 15:34:35 2011 +0100
Revert "Actually make this work with --disable-mozilla --without-system-mozilla"
This reverts commit aff0b9ef35cc98daaca9f7cc5be7da7673dabcbd.
Problem is more complex...
diff --git a/connectivity/source/drivers/mozab/bootstrap/makefile.mk b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
index 917eddc..b44436e 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 ("$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" || "$(OS)" == "OS2"
+.IF "$(OS)" == "OS2"
all:
- @echo " Not building the mozbootstrap stuff in LibreOffice build"
+ @echo " Not building under OS/2"
.ENDIF
# --- Settings ----------------------------------
More information about the Libreoffice-commits
mailing list