On Apr 29, 2013, at 11:22 PM, Igor Galić <i.ga...@brainsware.org> wrote:
> > > ----- Original Message ----- >> Updated Branches: >> refs/heads/master 54b532b64 -> d8c526233 >> >> >> TS-1864 Rearrange some of the autoconf code, order matters >> > [snip] >> Branch: refs/heads/master >> Commit: d8c5262331e0654097640982100f43731e7e8f6d >> Parents: 54b532b >> Author: Leif Hedstrom <zw...@apache.org> >> Authored: Mon Apr 29 17:00:51 2013 -0600 >> Committer: Leif Hedstrom <zw...@apache.org> >> Committed: Mon Apr 29 22:07:27 2013 -0600 > >> --- a/configure.ac >> +++ b/configure.ac >> @@ -674,10 +720,10 @@ AM_CONDITIONAL([BUILD_HAVE_LIBCXX], [ false ]) >> >> base_cc=`basename $CC` >> # These are shortcuts used in combination for the compiler options >> below > > > I hope we can all agree that using the compilers name on the > filesystem is a BAD way determine which compiler we're dealing with. Yep. Amongst other things, this behaves really badly with clang's scan-build. We have https://issues.apache.org/jira/browse/TS-1838 open to address this. J