Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 325cd25

Browse files
authored
Merge pull request #1132 from jsquyres/pr/v2.0.0/fix-configure-help-message
opal_mca.m4: fix help message typo
2 parents 2311d8d + cef36a5 commit 325cd25

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)