From 23ca07f00b1b87c7bfaa6cfc37265422a81ae0f3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jun 2004 02:07:40 +0000 Subject: * 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 --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e159467b..a65e8bb44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -Sat Jun 26 11:05:39 2004 Nobuyoshi Nakada +Sat Jun 26 11:07:30 2004 Nobuyoshi Nakada * 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 * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501] -- cgit