diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-26 02:07:40 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-26 02:07:40 +0000 |
commit | 23ca07f00b1b87c7bfaa6cfc37265422a81ae0f3 (patch) | |
tree | 5d100431c04a84515cae68980ff8ef111eacd438 /ChangeLog | |
parent | e0b022bcd85a5ef1070124c8e3e019fc017160c1 (diff) | |
download | ruby-23ca07f00b1b87c7bfaa6cfc37265422a81ae0f3.tar.gz ruby-23ca07f00b1b87c7bfaa6cfc37265422a81ae0f3.tar.xz ruby-23ca07f00b1b87c7bfaa6cfc37265422a81ae0f3.zip |
* lib/mkmf.rb (libpathflag, dir_config): quote directory names if
necessary. [ruby-talk:104505]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ -Sat Jun 26 11:05:39 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sat Jun 26 11:07:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (aix): -b must come at the start of the command line, and -e must not appear while testing libraries. [ruby-talk:104501] + * lib/mkmf.rb (libpathflag, dir_config): quote directory names if + necessary. [ruby-talk:104505] + Fri Jun 25 15:33:19 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501] |