From caaf01886c2c237155671db34ac1b18706287a99 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 19 Dec 2004 08:29:13 +0000 Subject: * configure.in (disable-rpath): typo fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5db5320d3..04ec31b72 100644 --- a/configure.in +++ b/configure.in @@ -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'" -- cgit