summaryrefslogtreecommitdiff
authorTor Lillqvist <tml@iki.fi>2012-08-01 07:22:29 (GMT)
committer Tor Lillqvist <tml@iki.fi>2012-08-01 07:22:29 (GMT)
commit5009c09737c36f078ecde32e8848b0d4ee37f7c1 (patch) (side-by-side diff)
tree872a3c3a6ca6c456c61a7757d66b173eb5d1c91a
parentc7c23677421d1f75d5566bbb8e76c12de6f75028 (diff)
downloadcore-5009c09737c36f078ecde32e8848b0d4ee37f7c1.zip
core-5009c09737c36f078ecde32e8848b0d4ee37f7c1.tar.gz
Warn that the CoreText code is WIP
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bd53759..d687ccf 100644
--- a/configure.in
+++ b/configure.in
@@ -1062,7 +1062,8 @@ AC_ARG_ENABLE(postgresql-sdbc,
AC_ARG_ENABLE(coretext,
AS_HELP_STRING([--enable-coretext],
- [Use CoreText framework on Mac (instead of ATSU).]),
+ [Use CoreText framework on Mac (instead of ATSU).
+ Known to not work properly, use only if you plan to work on that.]),
)
AC_ARG_ENABLE(winegcc,