[Libreoffice-commits] .: Branch 'feature/coretext' - configure.in
Korrawit Pruegsanusak
korrawit at kemper.freedesktop.org
Sun Apr 29 08:04:20 PDT 2012
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 02d993990b36bf47c053eca6f77f9f518d8ca6ad
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date: Sun Apr 29 22:01:18 2012 +0700
configure.in: fix typo
diff --git a/configure.in b/configure.in
index 1636e42..324417a 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
More information about the Libreoffice-commits
mailing list