[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Sat Dec 10 17:42:23 PST 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 78ceb50f27a7e148088411e7c2b0bcc67749b2f4
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sun Dec 11 03:42:07 2011 +0200

    Fix typo

diff --git a/configure.in b/configure.in
index c91c2b1..951ab60 100644
--- a/configure.in
+++ b/configure.in
@@ -1922,11 +1922,11 @@ if test "$enable_ccache" = "yes" -o \( "$enable_ccache" = "" -a "$enable_icecrea
                 fi
             fi
         else
-            AC_MSG_NOTICE([Automatic ccache detection ingored: CXX is pre-defined])
+            AC_MSG_NOTICE([Automatic ccache detection ignored: CXX is pre-defined])
             CCACHE=""
         fi
     else
-        AC_MSG_NOTICE([Automatic ccache detection ingored: CC is pre-defined])
+        AC_MSG_NOTICE([Automatic ccache detection ignored: CC is pre-defined])
         CCACHE=""
     fi
 else


More information about the Libreoffice-commits mailing list