common/autoconf/hotspot.m4
changeset 42855 012fe082a0b2
parent 42532 4780f4130eb0
child 42856 d8775521c2ef
--- a/common/autoconf/hotspot.m4	Tue Dec 20 13:33:57 2016 +0300
+++ b/common/autoconf/hotspot.m4	Tue Dec 20 15:49:44 2016 -0500
@@ -433,7 +433,7 @@
     AC_MSG_RESULT([no, forced])
     BUILD_GTEST="false"
   elif test "x$enable_hotspot_gtest" = "x"; then
-    if test "x$GTEST_DIR_EXISTS" = "xtrue" && test "x$OPENJDK_TARGET_OS" != "xaix"; then
+    if test "x$GTEST_DIR_EXISTS" = "xtrue"; then
       AC_MSG_RESULT([yes])
       BUILD_GTEST="true"
     else