From a01d4654c800a09d4adcec1d183f533028b9cf29 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Thu, 12 Apr 2018 15:06:32 +0900 Subject: [PATCH] configure: Fix typo in `configure --help` This affects only output of `configure --help`. Signed-off-by: KAWASHIMA Takahiro --- config/opal_setup_wrappers.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opal_setup_wrappers.m4 b/config/opal_setup_wrappers.m4 index 4631077079..397e1eca37 100644 --- a/config/opal_setup_wrappers.m4 +++ b/config/opal_setup_wrappers.m4 @@ -133,7 +133,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[ AC_MSG_CHECKING([if want wrapper compiler runpath support]) AC_ARG_ENABLE([wrapper-runpath], - [AS_HELP_STRING([--enable--wrapper-runpath], + [AS_HELP_STRING([--enable-wrapper-runpath], [enable runpath in the wrapper compilers if linker supports it (default: enabled, unless wrapper-rpath is disabled).])]) AS_IF([test "$enable_wrapper_runpath" != "no"], [enable_wrapper_runpath=yes]) AC_MSG_RESULT([$enable_wrapper_runpath])