1
1

Update the --enable-wrapper-rpath help string to be correct.

Refs trac:3694

This commit was SVN r29903.

The following Trac tickets were found above:
  Ticket 3694 --> https://svn.open-mpi.org/trac/ompi/ticket/3694
Этот коммит содержится в:
Jeff Squyres 2013-12-13 22:20:10 +00:00
родитель a25630c5e7
Коммит a7e65df6bc

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

@ -124,7 +124,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[
AC_MSG_CHECKING([if want wrapper compiler rpath support])
AC_ARG_ENABLE([wrapper-rpath],
[AS_HELP_STRING([--enable-wrapper-rpath],
[enable rpath support in the wrapper compilers (default=no)])])
[enable rpath/runpath support in the wrapper compilers (default=yes)])])
AS_IF([test "$enable_wrapper_rpath" != "no"], [enable_wrapper_rpath=yes])
AC_MSG_RESULT([$enable_wrapper_rpath])
])