< prev index next >

common/autoconf/hotspot.m4

Print this page

        

*** 159,172 **** fi elif test "x$enable_dtrace" = "xno"; then 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 INCLUDE_DTRACE=false AC_MSG_RESULT([no, missing dependencies]) else INCLUDE_DTRACE=true AC_MSG_RESULT([yes, dependencies present]) --- 159,169 ---- fi elif test "x$enable_dtrace" = "xno"; then INCLUDE_DTRACE=false AC_MSG_RESULT([no, forced]) elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then ! if test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false AC_MSG_RESULT([no, missing dependencies]) else INCLUDE_DTRACE=true AC_MSG_RESULT([yes, dependencies present])
< prev index next >