Kaydet (Commit) bca3f940 authored tarafından Dimitri Duc's avatar Dimitri Duc Kaydeden (comit) Kohei Yoshida

Fixed incorrect bracket format.

üst 4fdd2b4f
......@@ -2912,7 +2912,7 @@ elif test "$enable_ccache_skip" = "auto" ; then
save_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS --ccache-skip -O2"
dnl an empty program will do, we're checking the compiler flags
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[]),
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],
[use_ccache=yes], [use_ccache=no])
if test $use_ccache = yes ; then
AC_MSG_RESULT([yes, will enable --ccache-skip])
......
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