diff --git a/opal/config/opal_config_threads.m4 b/opal/config/opal_config_threads.m4 index bde6cd89ed..7161bebfa9 100644 --- a/opal/config/opal_config_threads.m4 +++ b/opal/config/opal_config_threads.m4 @@ -242,6 +242,28 @@ AC_DEFINE_UNQUOTED([OPAL_ENABLE_PROGRESS_THREADS], [$OPAL_ENABLE_PROGRESS_THREAD [Whether we should use progress threads rather than polling]) AC_MSG_RESULT([$enable_progress_threads]) +AS_IF([test "$enable_progress_threads" = "yes"], + [cat <