From cef36a5dc2e8826630fbe0342f6a44862f6365a6 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 3 May 2016 07:24:06 -0700 Subject: [PATCH] opal_mca.m4: fix help message typo Thanks to Paul Hargrove for reporting. Signed-off-by: Jeff Squyres (cherry picked from commit open-mpi/ompi@cd6ab54fdf7234a123a6bff160840b497ea43dc9) --- config/opal_mca.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/opal_mca.m4 b/config/opal_mca.m4 index 1ec342c4ec..1a66c12f4a 100644 --- a/config/opal_mca.m4 +++ b/config/opal_mca.m4 @@ -10,7 +10,7 @@ dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, dnl University of Stuttgart. All rights reserved. dnl Copyright (c) 2004-2005 The Regents of the University of California. dnl All rights reserved. -dnl Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved. +dnl Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved. dnl Copyright (c) 2013-2014 Intel, Inc. All rights reserved. dnl $COPYRIGHT$ dnl @@ -86,7 +86,7 @@ AC_DEFUN([OPAL_MCA],[ if test "$enable_mca_no_build" = "yes"; then AC_MSG_RESULT([yes]) AC_MSG_ERROR([*** The enable-mca-no-build flag requires an explicit list -*** of type-component pairs. For example, --enable-mca-direct=pml-ob1]) +*** of type-component pairs. For example, --enable-mca-no-build=pml-ob1]) else ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR,"