Kaydet (Commit) 4b176508 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

Fix ccache with MSVC

Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253
üst a97fdbda
......@@ -3289,8 +3289,7 @@ AC_SUBST(DBGHELP_DLL)
#
# prefix C with ccache if needed
#
if test "$_os" != "WINNT" -o "$WITH_MINGW" = "yes"; then
if test "$CCACHE" != ""; then
if test "$CCACHE" != ""; then
AC_MSG_CHECKING([whether $CC is already ccached])
AC_LANG_PUSH([C])
......@@ -3307,8 +3306,6 @@ if test "$_os" != "WINNT" -o "$WITH_MINGW" = "yes"; then
fi
CFLAGS=$save_CFLAGS
AC_LANG_POP([C])
fi
fi
#
......
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