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
Copy file name to clipboardExpand all lines: config/ompi_ext.m4
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ AC_DEFUN([OMPI_EXT],[
34
34
dnl for OPAL_CONFIGURE_USER env variable
35
35
AC_REQUIRE([OPAL_CONFIGURE_SETUP])
36
36
37
+
m4_ifdef([ompi_mpiext_list], [],
38
+
[m4_fatal([Could not find MPI Extensions list. Aborting.])])
39
+
37
40
# Note that we do not build DSO's here -- we *only* build convenience
38
41
# libraries that get slurped into higher-level libraries
39
42
#
@@ -42,7 +45,7 @@ AC_DEFUN([OMPI_EXT],[
42
45
#
43
46
AC_ARG_ENABLE([mpi-ext],
44
47
[AS_HELP_STRING([--enable-mpi-ext[=LIST]],
45
-
[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).])])
48
+
[Comma-separated list of extensions that should be built. Possible values: ]m4_quote(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).])])
46
49
47
50
# print some nice messages about what we're about to do...
48
51
AC_MSG_CHECKING([for available MPI Extensions])
@@ -74,9 +77,6 @@ AC_DEFUN([OMPI_EXT],[
74
77
AC_MSG_RESULT([$msg])
75
78
unset msg
76
79
77
-
m4_ifdef([ompi_mpiext_list], [],
78
-
[m4_fatal([Could not find MPI Extensions list. Aborting.])])
0 commit comments