summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-10-05 09:13:08 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-10-05 09:13:08 +0200
commit02f7ab6af0dfc75205a14f472d2934b9730b9a80 (patch)
tree0f404d39f7780b97b704ff3063889f96a5d9c827
parentMerge branch 'master' of git://anongit.freedesktop.org/libreoffice/core (diff)
downloadcore-02f7ab6af0dfc75205a14f472d2934b9730b9a80.tar.gz
core-02f7ab6af0dfc75205a14f472d2934b9730b9a80.zip
Enable CMIS only when it's TRUEly enabled.
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 0dcd0b71427f..ec4bc15aeed3 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -221,7 +221,7 @@ my_components += gconfbe1
my_components += ucpgio
.END
-.IF "$(ENABLE_CMIS)" != ""
+.IF "$(ENABLE_CMIS)" == "TRUE"
my_components += ucpcmis
.END