From 4934a3ecd4a554a7807d3e484955ce7fde1ff35d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 21 Dec 2016 07:27:32 -0800 Subject: [PATCH] opal_configure_options: remove stale option help --with-libltdl is now added (via AC_ARG_WITH) in opal/mca/dl/libltdl/configure.m4 -- it no longer belongs up here in this top-level m4 file. Plus, the help string in this stale entry is also stale/incorrect. Signed-off-by: Jeff Squyres (cherry picked from commit 678e314c0ef0325946b88878db487e73553f9982) --- config/opal_configure_options.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/opal_configure_options.m4 b/config/opal_configure_options.m4 index daf9d3e2b04..8d0f91f59fd 100644 --- a/config/opal_configure_options.m4 +++ b/config/opal_configure_options.m4 @@ -462,11 +462,6 @@ OPAL_WITH_OPTION_MIN_MAX_VALUE(port_name, 1024, 255, 2048) # Min length accroding to MPI-2.1, p. 418 OPAL_WITH_OPTION_MIN_MAX_VALUE(datarep_string, 128, 64, 256) -# How to build libltdl -AC_ARG_WITH([libltdl], - [AC_HELP_STRING([--with-libltdl(=DIR)], - [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.])]) - AC_DEFINE_UNQUOTED([OPAL_ENABLE_CRDEBUG], [0], [Whether we want checkpoint/restart enabled debugging functionality or not])