[Libreoffice-commits] .: configure.in
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Dec 22 07:25:10 PST 2010
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 43b7526b22ba9f18f1cd3a3208e50ee714a8ff75
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 22 15:21:31 2010 +0000
fix typo
diff --git a/configure.in b/configure.in
index 3c728de..e0ad7b4 100755
--- a/configure.in
+++ b/configure.in
@@ -231,7 +231,7 @@ AC_ARG_ENABLE(strip-solver,
AC_ARG_ENABLE(werror,
AS_HELP_STRING([--enable-werror],
[Turn warnings to errors. (Has no effect in modules where the treating
- of warnings as errors is disabled explicitely.)]),
+ of warnings as errors is disabled explicitly.)]),
,)
AC_ARG_ENABLE(debug,
@@ -1609,8 +1609,8 @@ if test -n "$enable_werror" && test "$enable_werror" != "no"; then
ENABLE_WERROR="TRUE"
AC_MSG_RESULT([yes])
AC_MSG_WARN([Turning warnings to errors has no effect in modules or])
- AC_MSG_WARN([on platforms where it has been disabled explicitely])
- echo "Turning warnings to errors has no effect in modules or on platforms where it has been disabled explicitely" >> warn
+ AC_MSG_WARN([on platforms where it has been disabled explicitly])
+ echo "Turning warnings to errors has no effect in modules or on platforms where it has been disabled explicitly" >> warn
else
ENABLE_WERROR="FALSE"
AC_MSG_RESULT([no])
More information about the Libreoffice-commits
mailing list