From 978fb43a267d1b563607b3b17c588d6c17c7d0f0 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 24 Nov 2009 23:20:37 +0000 Subject: [PATCH] Add a Big Hairy Warning if you --enable-progress-threads This commit was SVN r22230. --- opal/config/opal_config_threads.m4 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 <