You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also update the configure.ac help message for --enable-mca-no-build to
avoid using a framework name that does not exist any more.
Signed-off-by: Jeff Squyres <[email protected]>
Copy file name to clipboardExpand all lines: config/opal_mca.m4
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,10 @@ AC_DEFUN([OPAL_MCA],[
56
56
AC_ARG_ENABLE([mca-no-build],
57
57
[AC_HELP_STRING([--enable-mca-no-build=LIST],
58
58
[Comma-separated list of <type>-<component> pairs
59
-
that will not be built. Example: "--enable-mca-no-build=maffinity,btl-portals" will disable building all maffinity components and the "portals" btl components.])])
0 commit comments