[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 22:37:47 PDT 2012


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

New commits:
commit d756f2a304ed0921e1791c8eb91ce7fb7a085529
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Sep 29 08:37:16 2012 +0300

    Make --enable-64-bit automatically turn on --enable-coretext
    
    Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1

diff --git a/configure.in b/configure.in
index aca0eaf..7ba3b7a 100644
--- a/configure.in
+++ b/configure.in
@@ -10645,7 +10645,7 @@ dnl ===================================================================
 ENABLE_CORETEXT=NO
 if test "$_os" = "Darwin"; then
     AC_MSG_CHECKING([whether to use CoreText framework])
-    if test "$enable_coretext" = "yes"; then
+    if test "$enable_coretext" = yes -o "$BITNESS_OVERRIDE" = 64; then
         AC_MSG_RESULT([yes])
         ENABLE_CORETEXT=YES
     else


More information about the Libreoffice-commits mailing list