Skip to content

Commit 337dda0

Browse files
author
Rolf vandeVaart
committed
Merge pull request #706 from rolfv/pr/fix-mpiext-config
One word change from none to all - new default
2 parents 2ac1942 + f1fff56 commit 337dda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_ext.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AC_DEFUN([OMPI_EXT],[
3838
#
3939
AC_ARG_ENABLE(mpi-ext,
4040
AC_HELP_STRING([--enable-mpi-ext[=LIST]],
41-
[Comma-separated list of extensions that should be built. Possible values: ompi_mpiext_list. Example: "--enable-mpi-ext=foo,bar" will enable building the MPI extensions "foo" and "bar". If LIST is empty or the special value "all", then all available MPI extensions will be built (default: none).]))
41+
[Comma-separated list of extensions that should be built. Possible values: ompi_mpiext_list. Example: "--enable-mpi-ext=foo,bar" will enable building the MPI extensions "foo" and "bar". If LIST is empty or the special value "all", then all available MPI extensions will be built (default: all).]))
4242

4343
# print some nice messages about what we're about to do...
4444
AC_MSG_CHECKING([for available MPI Extensions])

0 commit comments

Comments
 (0)