common/autoconf/hotspot.m4
changeset 39191 08671ca5c778
parent 37978 2614022b9fa5
child 39946 c82f919f4454
child 39384 adde8cb7d01b
--- a/common/autoconf/hotspot.m4	Thu Jun 02 14:58:48 2016 -0700
+++ b/common/autoconf/hotspot.m4	Tue Jun 07 18:25:53 2016 +0200
@@ -333,7 +333,7 @@
     AC_MSG_RESULT([no, forced])
     BUILD_GTEST="false"
   elif test "x$enable_hotspot_gtest" = "x"; then
-    if test "x$GTEST_DIR_EXISTS" = "xtrue"; then
+    if test "x$GTEST_DIR_EXISTS" = "xtrue" && test "x$OPENJDK_TARGET_OS" != "xaix"; then
       AC_MSG_RESULT([yes])
       BUILD_GTEST="true"
     else