common/autoconf/build-performance.m4
changeset 39191 08671ca5c778
parent 37407 9a0927683faa
child 39194 d56b54bc6437
--- a/common/autoconf/build-performance.m4	Thu Jun 02 14:58:48 2016 -0700
+++ b/common/autoconf/build-performance.m4	Tue Jun 07 18:25:53 2016 +0200
@@ -367,6 +367,9 @@
   elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then
     AC_MSG_RESULT([no, does not work with Solaris Studio])
     USE_PRECOMPILED_HEADER=0
+  elif test "x$TOOLCHAIN_TYPE" = xxlc; then
+    AC_MSG_RESULT([no, does not work with xlc])
+    USE_PRECOMPILED_HEADER=0
   else
     AC_MSG_RESULT([yes])
   fi