X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_platform.m4;h=ee361c715b443206cbf982385fc554051caa3130;hb=558dbc482b4285c064b15b7d6889a7e2860c96f2;hp=bd570f61736a61fe3203f43b4a43951cb1c8bfde;hpb=d00f1077af47252fdf716acf174436b9973c966d;p=awesomized%2Flibmemcached diff --git a/m4/pandora_platform.m4 b/m4/pandora_platform.m4 index bd570f61..ee361c71 100644 --- a/m4/pandora_platform.m4 +++ b/m4/pandora_platform.m4 @@ -94,6 +94,7 @@ AC_DEFUN([PANDORA_PLATFORM],[ AC_SUBST(PANDORA_OPTIMIZE_BITFIELD) + AC_CHECK_DECL([__clang__], [CLANG="yes"], [CLANG="no"]) AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) AC_CHECK_DECL([__ICC], [INTELCC="yes"], [INTELCC="no"])