summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-01 14:30:32 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-01 14:37:44 +0300
commita6092ef07e48a80b1ff41cb70da5bbbc2ece7108 (patch)
tree1e24386b87b99db3e1207f4d013899f20a790cca
parent6251173cc9fc556815abff12c9322bf2bacc5f43 (diff)
We need --ccache-skip when using ccache for iOS, too
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index be941c843..66cac9fd9 100755
--- a/configure.in
+++ b/configure.in
@@ -3279,8 +3279,8 @@ AC_SUBST(HAVE_GCC_NO_LONG_DOUBLE)
dnl need to check for ccache version: otherwise prevents
dnl caching of the results (like "-x objective-c++" for Mac)
AC_MSG_CHECKING([whether we are able to use --ccache-skip])
-if test "$_os" != "Darwin" ; then
- AC_MSG_RESULT([only used on Mac currently, skipping])
+if test $_os != Darwin -a $_os != iOS; then
+ AC_MSG_RESULT([only needed on Mac and iOS currently, skipping])
else
# checking for ccache presence/version
AC_MSG_RESULT([probing...])