1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (rpath): fix typo in the help string. a patch from

Yuji Yamano <yyamano AT kt.rim.or.jp> in [ruby-list:48568].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-12-07 10:04:26 +00:00
parent 054dbe2a43
commit aecd98a212
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Dec 7 19:04:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (rpath): fix typo in the help string. a patch from
Yuji Yamano <yyamano AT kt.rim.or.jp> in [ruby-list:48568].
Wed Dec 7 18:55:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stack

View file

@ -2019,7 +2019,8 @@ if test "$with_dln_a_out" != yes; then
AC_ARG_ENABLE(rpath,
AS_HELP_STRING([--disable-rpath], [embed run path into extension libraries]),
AS_HELP_STRING([--enable-rpath], [embed run path into extension libraries.
enabled by default on ELF platforms]),
[enable_rpath=$enableval], [enable_rpath="$rb_cv_binary_elf"])
if test "$enable_rpath" = yes; then
RPATHFLAG=" ${linker_flag}-R%1\$-s"