common/autoconf/build-performance.m4
changeset 39191 08671ca5c778
parent 37407 9a0927683faa
child 39194 d56b54bc6437
equal deleted inserted replaced
38630:ced9f79a0d3f 39191:08671ca5c778
   365     AC_MSG_RESULT([no, does not work effectively with icecc])
   365     AC_MSG_RESULT([no, does not work effectively with icecc])
   366     USE_PRECOMPILED_HEADER=0
   366     USE_PRECOMPILED_HEADER=0
   367   elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then
   367   elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then
   368     AC_MSG_RESULT([no, does not work with Solaris Studio])
   368     AC_MSG_RESULT([no, does not work with Solaris Studio])
   369     USE_PRECOMPILED_HEADER=0
   369     USE_PRECOMPILED_HEADER=0
       
   370   elif test "x$TOOLCHAIN_TYPE" = xxlc; then
       
   371     AC_MSG_RESULT([no, does not work with xlc])
       
   372     USE_PRECOMPILED_HEADER=0
   370   else
   373   else
   371     AC_MSG_RESULT([yes])
   374     AC_MSG_RESULT([yes])
   372   fi
   375   fi
   373 
   376 
   374   if test "x$ENABLE_PRECOMPH" = xyes; then
   377   if test "x$ENABLE_PRECOMPH" = xyes; then