From 5e9a77420b32055a3ff5c9e2fecfb03e8ead6b51 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Oct 2007 19:08:37 +0000 Subject: * configure.in (AC_SYS_LARGEFILE): keep results also in command options, to vail out of mismatch. [ruby-list:44114] * mkconfig.rb, lib/mkmf.rb (configuration): add DEFS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84bdd60af..dbca87e15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 14 04:08:34 2007 Nobuyoshi Nakada + + * configure.in (AC_SYS_LARGEFILE): keep results also in command + options, to vail out of mismatch. [ruby-list:44114] + + * mkconfig.rb, lib/mkmf.rb (configuration): add DEFS. + Sun Oct 14 03:55:52 2007 Nobuyoshi Nakada * win32/mkexports.rb: deal with __fastcall name decorations. -- cgit