[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Feb 15 03:33:08 PST 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 402fcdbdde71e679c08e7b2bf4a5030c120dbffe
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Feb 15 13:32:56 2012 +0200
Fix recognition of ccache in $CC and/or $CXX
diff --git a/configure.in b/configure.in
index 752f761..437da5f 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])
;;
*)
More information about the Libreoffice-commits
mailing list