mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (disable-rpath): typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a965236490
commit
64592fbc10
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ if test "$with_dln_a_out" != yes; then
|
|||
AC_MSG_RESULT($rb_cv_dlopen)
|
||||
|
||||
AC_ARG_ENABLE(rpath,
|
||||
[ --disable-rpath embedd run path.],
|
||||
[ --disable-rpath embed run path into extension libraries.],
|
||||
[enable_rpath=$enableval], [enable_rpath="$rb_cv_binary_elf"])
|
||||
if test "$enable_rpath" = yes; then
|
||||
LIBPATHFLAG=" -L'%1\$-s'"
|
||||
|
|
Loading…
Add table
Reference in a new issue