Skip to content

Commit 243708c

Browse files
authored
Merge pull request #9423 from jsquyres/pr/update-configure-help-message
opal_mca.m4: update help message
2 parents dae8314 + ecba9fd commit 243708c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/opal_mca.m4

Lines changed: 4 additions & 4 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-2016 Cisco Systems, Inc. All rights reserved.
13+
dnl Copyright (c) 2010-2021 Cisco Systems, Inc. All rights reserved
1414
dnl Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
1515
dnl Copyright (c) 2018-2021 Amazon.com, Inc. or its affiliates.
1616
dnl All Rights reserved.
@@ -61,9 +61,9 @@ AC_DEFUN([OPAL_MCA],[
6161
[AS_HELP_STRING([--enable-mca-no-build=LIST],
6262
[Comma-separated list of <type>-<component> pairs
6363
that will not be built. Example:
64-
"--enable-mca-no-build=btl-portals,oob-ud" will
65-
disable building the "portals" btl and the "ud"
66-
oob components.])])
64+
"--enable-mca-no-build=btl-portals4,topo-treematch" will
65+
disable building the "portals4" btl and the "treematch"
66+
topo components.])])
6767
AC_ARG_ENABLE([mca-dso],
6868
[AS_HELP_STRING([--enable-mca-dso=LIST],
6969
[Comma-separated list of types and/or

0 commit comments

Comments
 (0)