summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-01 13:53:19 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-01 16:44:51 +0300
commite3a8f0f952e2effa61b60b3b47e285e65c40bcb6 (patch)
treeed6fcb117db82cc406c620568a8865b2653392e0 /configure.ac
parent687b62f4812f88c9aef3bdd864358282850aa2ec (diff)
CoreText is default, so document --disable-coretext and not --enable-coretext
Change-Id: I308648c5c03382d1963e721fea2ad6a61e3ef795
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b4f7084dd6cb..f348f1389f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1183,9 +1183,9 @@ AC_ARG_ENABLE(firebird-sdbc,
,enable_firebird_sdbc=yes)
AC_ARG_ENABLE(coretext,
- AS_HELP_STRING([--enable-coretext],
- [Use CoreText framework on Mac (instead of ATSU).
- Known to not work properly, use only if you plan to work on that.]),
+ AS_HELP_STRING([--disable-coretext],
+ [Don't use CoreText on Mac (but the obsolete ATSU instead).
+ In a 64-bit LibreOffice CoreText is by necessity always used.]),
)
AC_ARG_ENABLE(winegcc,