diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 03:42:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 03:42:07 +0200 |
commit | 78ceb50f27a7e148088411e7c2b0bcc67749b2f4 (patch) | |
tree | e5234f10702d5ebae60deaf5b9cf58364802f1cc /configure.in | |
parent | 803d1ee787c9742eedf14681cbf61a0ae42dcb29 (diff) |
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c91c2b18b6a1..951ab6077cf7 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 |