https://bugs.freedesktop.org/show_bug.cgi?id=93189
--- Comment #4 from Alan Coopersmith <alan.coopersm...@oracle.com> --- (In reply to Jose Fonseca from comment #2) > Anybody knows a reliable way to detect Solaris CC on configure.ac? Whoops, missed this part. It's easy - autoconf will set $GCC to "no". A more definitive way involves checking if the C compiler defines __SUNPRO_C or the C++ compiler defines __SUNPRO_CC - for instance, in the xorg-macros.m4 for autoconf, see the XORG_COMPILER_BRAND macro: http://cgit.freedesktop.org/xorg/util/macros/tree/xorg-macros.m4.in?id=util-macros-1.19.0#n1500 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev