diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-01 10:22:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-01 10:22:29 +0300 |
commit | 5009c09737c36f078ecde32e8848b0d4ee37f7c1 (patch) | |
tree | 872a3c3a6ca6c456c61a7757d66b173eb5d1c91a /configure.in | |
parent | c7c23677421d1f75d5566bbb8e76c12de6f75028 (diff) |
Warn that the CoreText code is WIP
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bd53759e0ce8..d687ccfdf10e 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, |