From 02d993990b36bf47c053eca6f77f9f518d8ca6ad Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 29 Apr 2012 22:01:18 +0700 Subject: configure.in: fix typo --- configure.in | 4 ++-- 1 file 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 -- cgit