common/autoconf/hotspot.m4
changeset 39384 adde8cb7d01b
parent 39191 08671ca5c778
child 39947 0ec49c6ce9b8
--- a/common/autoconf/hotspot.m4	Thu Jul 07 18:34:58 2016 +0000
+++ b/common/autoconf/hotspot.m4	Fri Jul 08 08:55:54 2016 +0200
@@ -161,10 +161,7 @@
     INCLUDE_DTRACE=false
     AC_MSG_RESULT([no, forced])
   elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then
-    if test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK" != "xtrue"; then
-      INCLUDE_DTRACE=false
-      AC_MSG_RESULT([no, non-open linux build])
-    elif test "x$DTRACE_DEP_MISSING" = "xtrue"; then
+    if test "x$DTRACE_DEP_MISSING" = "xtrue"; then
       INCLUDE_DTRACE=false
       AC_MSG_RESULT([no, missing dependencies])
     else