From 2660d42f90717387c712134938024d6bf9b32a7a Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Fri, 17 Sep 2004 17:27:08 +0000 Subject: [PATCH] * fix typo that broke things in the no signals in the event library case. This commit was SVN r2749. --- config/ompi_configure_options.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_configure_options.m4 b/config/ompi_configure_options.m4 index 2fe143a229..4fef30a455 100644 --- a/config/ompi_configure_options.m4 +++ b/config/ompi_configure_options.m4 @@ -274,7 +274,7 @@ if test "$enable_event_signals" != "no"; then use_event_signals=1 else AC_MSG_RESULT([no]) - use_event_siganls=0 + use_event_signals=0 fi AC_DEFINE_UNQUOTED(OMPI_EVENT_USE_SIGNALS, $use_event_signals, [Do we want to use the event library signal handlers])