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 | aff0b9ef35cc98daaca9f7cc5be7da7673dabcbd (patch) | |
tree | 1996950eaeaf8628cd3f28ada65dcc4dfddfab89 /connectivity | |
parent | c27c9a58dc6315851f2349fde4fd1614336877d8 (diff) |
Actually make this work with --disable-mozilla --without-system-mozilla
Diffstat (limited to 'connectivity')
-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 b44436e488..917eddc6e4 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 ---------------------------------- |