From 871c3691235fd0bafb5612f451ac4fc50f1b3059 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Oct 2005 14:55:07 +0000 Subject: * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension options. [ruby-dev:27449] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 127b14417..0a3191ccf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 22 23:54:07 2005 Nobuyoshi Nakada + + * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension + options. [ruby-dev:27449] + Sat Oct 22 13:26:57 2005 Nobuyoshi Nakada * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check -- cgit