[Libreoffice-commits] .: bootstrap.1

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 14 18:04:50 PDT 2011


 bootstrap.1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7643f9cb0b35cb04e7601abf02388a384b7ff199
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun May 15 04:04:00 2011 +0300

    CROSS_COMIPLATION is YES in uppercase, or empty

diff --git a/bootstrap.1 b/bootstrap.1
old mode 100644
new mode 100755
index cae59ce..e2accf3
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -18,7 +18,7 @@ if test "$BUILD_DMAKE" != "NO"; then
         cd "$SRC_ROOT/dmake" || exit
 
 	# If cross-compiling then don't use the cross compilers to build dmake.
-	if test "$CROSS_COMPILING" = "yes"; then
+	if test "$CROSS_COMPILING" = "YES"; then
             CC=""
             CXX=""
             export CC


More information about the Libreoffice-commits mailing list