summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-12 05:37:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-12 05:37:38 +0000
commita058870812c058c0c125fd1bf3edcab5a6656659 (patch)
tree68bde87194755712893e5efa4d7f9d2f5312df10 /configure.in
parent837ac1a8368ba3eb7411b2a5b3a38bc7506be127 (diff)
downloadruby-a058870812c058c0c125fd1bf3edcab5a6656659.tar.gz
ruby-a058870812c058c0c125fd1bf3edcab5a6656659.tar.xz
ruby-a058870812c058c0c125fd1bf3edcab5a6656659.zip
matz: 1.6.0 final (hopufully)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 285aa2199..6d3525041 100644
--- a/configure.in
+++ b/configure.in
@@ -945,7 +945,7 @@ AC_DEFINE_UNQUOTED(RUBY_ARCHLIB, "${RUBY_LIB_PATH}/${arch}")
AC_DEFINE_UNQUOTED(RUBY_SITE_ARCHLIB, "${RUBY_SITE_LIB_PATH2}/${arch}")
AC_ARG_WITH(search-path,
- [--with-search-path specify the additional search path],
+ [--with-search-path=DIR specify the additional search path],
[search_path=$withval])
if test "$search_path" != ""; then
AC_DEFINE_UNQUOTED(RUBY_SEARCH_PATH,"$search_path")