summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-20 15:34:35 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-20 15:34:35 +0100
commitda0151b51b1ced9f53a862741bcb23c477df6d56 (patch)
treeca5b26fb8927614d2b686a6523edd2a8111debf9 /connectivity
parent78487cb69f56f753bc3cd49890b1df47b9277f01 (diff)
Revert "Actually make this work with --disable-mozilla --without-system-mozilla"
This reverts commit aff0b9ef35cc98daaca9f7cc5be7da7673dabcbd. Problem is more complex...
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/makefile.mk b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
index 917eddc6e4f7..b44436e488ce 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 ----------------------------------