summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-15 13:32:56 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-15 13:32:56 +0200
commit402fcdbdde71e679c08e7b2bf4a5030c120dbffe (patch)
treef4dfafdce8ff3b0d8b8894f55b1c329e2e9bbbba /configure.in
parent12f689687e3017bfe9ffaf6bbc4593eb3ca21c2b (diff)
Fix recognition of ccache in $CC and/or $CXX
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 752f761225b5..437da5fa7430 100644
--- a/configure.in
+++ b/configure.in
@@ -2035,7 +2035,7 @@ if test "$enable_ccache" = "yes" -o \( "$enable_ccache" = "" -a "$enable_icecrea
case "%$CC%$CXX%" in
# If $CC and/or $CXX already contain "ccache" (possibly suffixed with some verison number etc),
# assume that's good then
- ccache[[-_' ']]*|*/ccache[[-_' ']]*)
+ *%ccache[[-_' ']]*|*/ccache[[-_' ']]*)
AC_MSG_NOTICE([ccache seems to be included in a pre-defined CC and/or CXX])
;;
*)