summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1636e42387dd..324417a90a4d 100644
--- a/configure.in
+++ b/configure.in
@@ -907,7 +907,7 @@ AC_ARG_ENABLE(postgresql-sdbc,
AC_ARG_ENABLE(coretext,
AS_HELP_STRING([--enable-coretext],
- [Whether to use CoreText framwork on Mac (instead of ATSU).]),
+ [Use CoreText framework on Mac (instead of ATSU).]),
)
dnl ===================================================================
@@ -9247,7 +9247,7 @@ dnl Test whether to use CoreText framework
dnl ===================================================================
ENABLE_CORETEXT=NO
if test "$_os" = "Darwin"; then
- AC_MSG_CHECKING([whether to build the MySQL Connector extension])
+ AC_MSG_CHECKING([whether to use CoreText framework])
if test "$enable_coretext" = "yes"; then
AC_MSG_RESULT([yes])
ENABLE_CORETEXT=YES