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

New commits:
commit 02f7ab6af0dfc75205a14f472d2934b9730b9a80
Author: Thorsten Behrens <tbehr...@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
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to