diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 08:29:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 08:29:13 +0000 |
| commit | 70a828ead559d7fcc2e33943f9d72559afcce2f5 (patch) | |
| tree | 53f412f997508991a2f3046f11603cb858978369 | |
| parent | 9ce9f96b573e444d07b6ff56ab9c7eeac280361e (diff) | |
| download | ruby-70a828ead559d7fcc2e33943f9d72559afcce2f5.tar.gz ruby-70a828ead559d7fcc2e33943f9d72559afcce2f5.tar.xz ruby-70a828ead559d7fcc2e33943f9d72559afcce2f5.zip | |
* configure.in (disable-rpath): typo fix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 81fd44967..b38b59bb6 100644 --- a/configure.in +++ b/configure.in @@ -939,7 +939,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'" |
