From 64592fbc10bc301ca8764c2396995328163d3850 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5db5320d32..04ec31b72c 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 v1.2.3