Skip to content

Commit 786b253

Browse files
authored
Merge pull request #2622 from jsquyres/pr/v2.x/remove-stale-configure-libltdl-help-string
v2.x: opal_configure_options: remove stale option help
2 parents 52adec6 + ac3c413 commit 786b253

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/opal_configure_options.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,6 @@ OPAL_WITH_OPTION_MIN_MAX_VALUE(port_name, 1024, 255, 2048)
484484
# Min length accroding to MPI-2.1, p. 418
485485
OPAL_WITH_OPTION_MIN_MAX_VALUE(datarep_string, 128, 64, 256)
486486

487-
# How to build libltdl
488-
AC_ARG_WITH([libltdl],
489-
[AC_HELP_STRING([--with-libltdl(=DIR)],
490-
[Where to find libltdl (this option is ignored if --disable-dlopen is used). DIR can take one of three values: "internal", "external", or a valid directory name. "internal" (or no DIR value) forces Open MPI to use its internal copy of libltdl. "external" forces Open MPI to use an external installation of libltdl. Supplying a valid directory name also forces Open MPI to use an external installation of libltdl, and adds DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries.])])
491-
492487
AC_DEFINE_UNQUOTED([OPAL_ENABLE_CRDEBUG], [0],
493488
[Whether we want checkpoint/restart enabled debugging functionality or not])
494489

0 commit comments

Comments
 (0)