diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 20:21:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-20 13:19:46 +0100 |
commit | bd68312d65ee00ee45c34f82d213758971c873ed (patch) | |
tree | ec9e2f9d15b792f5f7d948b6236c8b6b63eb1a80 | |
parent | ff9e8c13fd6a0ac24928e8c94c19315baf11c0a4 (diff) |
Actually make this work with --disable-mozilla --without-system-mozilla
-rwxr-xr-x | connectivity/source/drivers/mozab/bootstrap/makefile.mk | 4 |
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 b44436e488ce..917eddc6e4f7 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 ---------------------------------- |