Skip to content

Commit f007003

Browse files
committed
configure: Fix typo in configure --help
This affects only output of `configure --help`. Signed-off-by: KAWASHIMA Takahiro <[email protected]> (cherry picked from commit a01d465)
1 parent be0843e commit f007003

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)