From f63da9edbe3c8c7805e050a15ab0948f8772a544 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jun 2004 03:43:26 +0000 Subject: * lib/mkmf.rb (libpathflag): should not quote here. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a65e8bb44..7b8c719c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,8 @@ 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] + * lib/mkmf.rb (dir_config): quote directory names if necessary. + [ruby-talk:104505] Fri Jun 25 15:33:19 2004 Nobuyoshi Nakada -- cgit