Kaydet (Commit) d756f2a3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make --enable-64-bit automatically turn on --enable-coretext

Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1
üst 4671e25d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment