[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 20 21:49:53 PDT 2012


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

New commits:
commit a0a1f318916864c99a680881df3a26bf27e42210
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 21 07:48:25 2012 +0300

    Braino
    
    Change-Id: Ib8430f7e3a47d8f75c3df9baaa1760b2e07e4939

diff --git a/configure.in b/configure.in
index e29a0e8..8180ac4 100644
--- a/configure.in
+++ b/configure.in
@@ -2701,7 +2701,7 @@ if test "$_os" = "Darwin"; then
         ;;
     esac
 
-    if "$BITNESS_OVERRIDE" = 64; then
+    if test "$BITNESS_OVERRIDE" = 64; then
         case $with_macosx_version_min_required in
         10.4|10.5)
             AC_MSG_ERROR([Can't build 64-bit code for with-macosx-version-min-required=$with_macosx_version_min_required])


More information about the Libreoffice-commits mailing list