We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1622630 commit 1b0cb54Copy full SHA for 1b0cb54
build/autotools/CheckCompiler.m4
@@ -24,6 +24,11 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
24
#error Not a supported Clang compiler
25
#endif
26
])], [c_compiler="clang"], [])
27
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
28
+#if !(defined(__SUNPRO_C))
29
+#error Not a supported Sun compiler
30
+#endif
31
+])], [c_compiler="sun"], [])
32
AC_LANG_POP([C])
33
34
if test "$c_compiler" = "unknown"; then
0 commit comments