summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-04-29 22:01:18 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-04-29 22:01:18 +0700
commit02d993990b36bf47c053eca6f77f9f518d8ca6ad (patch)
tree9ceab500304daf7c667e78e96323f355a79be6bc
parent1317fed72bef90eda11b2602557b0210a4a37516 (diff)
configure.in: fix typofeature/coretext
-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