Skip to content

Commit 57494b8

Browse files
authored
Merge pull request open-mpi#5061 from kawashima-fj/pr/v3.1.x/configure-help-typo
v3.1.x: configure: Fix typo in `configure --help`
2 parents d8cd4fa + f007003 commit 57494b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_setup_wrappers.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[
133133

134134
AC_MSG_CHECKING([if want wrapper compiler runpath support])
135135
AC_ARG_ENABLE([wrapper-runpath],
136-
[AS_HELP_STRING([--enable--wrapper-runpath],
136+
[AS_HELP_STRING([--enable-wrapper-runpath],
137137
[enable runpath in the wrapper compilers if linker supports it (default: enabled, unless wrapper-rpath is disabled).])])
138138
AS_IF([test "$enable_wrapper_runpath" != "no"], [enable_wrapper_runpath=yes])
139139
AC_MSG_RESULT([$enable_wrapper_runpath])

0 commit comments

Comments
 (0)