Skip to content
  • Brad King's avatar
    Fix CHECK_(C|CXX)_COMPILER_FLAG macro test · 997ae66c
    Brad King authored
    The flag "-_this_is_not_a_flag_" was not rejected by GCC 4.0 on older
    Mac OS X.  We now use "---_this_is_not_a_flag_" instead, which will
    hopefully be rejected by all compilers.
    997ae66c