Kaydet (Commit) 402fcdbd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix recognition of ccache in $CC and/or $CXX

üst 12f68968
...@@ -2035,7 +2035,7 @@ if test "$enable_ccache" = "yes" -o \( "$enable_ccache" = "" -a "$enable_icecrea ...@@ -2035,7 +2035,7 @@ if test "$enable_ccache" = "yes" -o \( "$enable_ccache" = "" -a "$enable_icecrea
case "%$CC%$CXX%" in case "%$CC%$CXX%" in
# If $CC and/or $CXX already contain "ccache" (possibly suffixed with some verison number etc), # If $CC and/or $CXX already contain "ccache" (possibly suffixed with some verison number etc),
# assume that's good then # 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]) AC_MSG_NOTICE([ccache seems to be included in a pre-defined CC and/or CXX])
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment