Erik de Castro Lopo wrote: > Ah yes, I hit this problem in another project. However I came up > with a better solution, to detect the difference between GCC and > Clang. I'll port that fix over to FLAC in the next couple of days.
My latest commit below. Please test. Cheers, Erik commit a6a4b6f2052829c205319ecb0f5df553baedc9a4 Author: Erik de Castro Lopo <er...@mega-nerd.com> Date: Fri Nov 22 18:13:36 2013 +1100 Detect Clang masquerading as GCC. Autoconf detects the Clang compiler as GNU GCC (clang sets defines like __GNUC__ etc) but Clang is *not* completely compatible. If we detect Clang we set ac_vc_c_compiler_gnu to 'no'. M configure.ac A m4/clang.m4 A m4/really_gcc.m4 -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev