Skip to content

Commit cd6ab54

Browse files
committed
opal_mca.m4: fix help message typo
Thanks to Paul Hargrove for reporting. Signed-off-by: Jeff Squyres <[email protected]>
1 parent cc53fea commit cd6ab54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_mca.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
1010
dnl University of Stuttgart. All rights reserved.
1111
dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
13-
dnl Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
13+
dnl Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved.
1414
dnl Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
1515
dnl $COPYRIGHT$
1616
dnl
@@ -86,7 +86,7 @@ AC_DEFUN([OPAL_MCA],[
8686
if test "$enable_mca_no_build" = "yes"; then
8787
AC_MSG_RESULT([yes])
8888
AC_MSG_ERROR([*** The enable-mca-no-build flag requires an explicit list
89-
*** of type-component pairs. For example, --enable-mca-direct=pml-ob1])
89+
*** of type-component pairs. For example, --enable-mca-no-build=pml-ob1])
9090
else
9191
ifs_save="$IFS"
9292
IFS="${IFS}$PATH_SEPARATOR,"

0 commit comments

Comments
 (0)