From 3fb4401deef8d6ebad6d01cf593f5491e7be456d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 4 Oct 2013 14:16:09 +0000 Subject: [PATCH] Remove an unused configure option, and comment that another seemingly-unused configure option is used by downstream projects. This commit was SVN r29367. --- config/orte_configure_options.m4 | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/config/orte_configure_options.m4 b/config/orte_configure_options.m4 index 93a2c424b7..256d27f380 100644 --- a/config/orte_configure_options.m4 +++ b/config/orte_configure_options.m4 @@ -54,6 +54,9 @@ AC_DEFINE_UNQUOTED([ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT], # # Do we want sensors enabled? +# Note: this AC_DEFINE is not currently used in the OMPI upstream +# code, but downstream forked projects are using it. +# AC_MSG_CHECKING([if want sensors]) AC_ARG_ENABLE([sensors], @@ -70,24 +73,6 @@ AC_DEFINE_UNQUOTED([ORTE_ENABLE_SENSORS], [$orte_want_sensors], [Whether we want sensors enabled]) -# -# Do we want daemon heartbeats enabled? - -AC_MSG_CHECKING([if want daemon heartbeats]) -AC_ARG_ENABLE([heartbeat], - [AC_HELP_STRING([--enable-heartbeat], - [Enable heartbeat monitoring of daemons (default: disabled)])]) -if test "$enable_heartbeat" = "yes"; then - AC_MSG_RESULT([yes]) - orte_want_heartbeats=1 -else - AC_MSG_RESULT([no]) - orte_want_heartbeats=0 -fi -AC_DEFINE_UNQUOTED([ORTE_ENABLE_HEARTBEAT], - [$orte_want_heartbeats], - [Whether we want daemon heartbeat monitoring enabled]) - AC_MSG_CHECKING([if want orte static ports]) AC_ARG_ENABLE([orte-static-ports], [AC_HELP_STRING([--enable-orte-static-ports],