1
1

Merge pull request #5060 from kawashima-fj/pr/configure-help-typo

configure: Fix typo in `configure --help`
Этот коммит содержится в:
KAWASHIMA Takahiro 2018-04-13 00:34:51 +09:00 коммит произвёл GitHub
родитель 37e7bca867 a01d4654c8
Коммит 3863ab99e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -133,7 +133,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[
AC_MSG_CHECKING([if want wrapper compiler runpath support]) AC_MSG_CHECKING([if want wrapper compiler runpath support])
AC_ARG_ENABLE([wrapper-runpath], 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).])]) [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]) AS_IF([test "$enable_wrapper_runpath" != "no"], [enable_wrapper_runpath=yes])
AC_MSG_RESULT([$enable_wrapper_runpath]) AC_MSG_RESULT([$enable_wrapper_runpath])