[Libreoffice-commits] .: postprocess/packcomponents

Thorsten Behrens thorsten at kemper.freedesktop.org
Wed Oct 5 00:13:50 PDT 2011


 postprocess/packcomponents/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02f7ab6af0dfc75205a14f472d2934b9730b9a80
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Wed Oct 5 09:13:08 2011 +0200

    Enable CMIS only when it's TRUEly enabled.

diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 0dcd0b7..ec4bc15 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
 


More information about the Libreoffice-commits mailing list