[Libreoffice-commits] .: icu/makefile.mk

Christian Lohmaier cloph at kemper.freedesktop.org
Mon May 30 07:33:18 PDT 2011


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

New commits:
commit 7c08a71c749d3769f284031619e67fadbfa3f077
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon May 30 16:37:15 2011 +0200

    remove double "=" from assignment to STATIC_OR_SHARED

diff --git a/icu/makefile.mk b/icu/makefile.mk
index b23aa66..6847855 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -110,7 +110,7 @@ CONFIGURE_DIR=source
 .IF "$(OS)"=="IOS"
 STATIC_OR_SHARED=--enable-static --disable-shared
 .ELSE
-STATIC_OR_SHARED==--disable-static --enable-shared
+STATIC_OR_SHARED=--disable-static --enable-shared
 .ENDIF
 
 .IF "$(CROSS_COMPILING)"!=""


More information about the Libreoffice-commits mailing list