ruby-changes:18588
From: kosaki <ko1@a...>
Date: Thu, 20 Jan 2011 13:19:55 +0900 (JST)
Subject: [ruby-changes:18588] Ruby:r30612 (trunk): * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_t
kosaki 2011-01-20 12:27:54 +0900 (Thu, 20 Jan 2011) New Revision: 30612 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30612 Log: * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_t test becuase it's required for exit(3). The patch is created by Tomoyuki Chikanaga. [Bug #4287] [ruby-dev:43060] Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 30611) +++ configure.in (revision 30612) @@ -1444,6 +1444,7 @@ AC_CACHE_CHECK(for negative time_t for gmtime(3), rb_cv_negative_time_t, [AC_TRY_RUN([ +#include <stdlib.h> #include <time.h> void Index: ChangeLog =================================================================== --- ChangeLog (revision 30611) +++ ChangeLog (revision 30612) @@ -1,3 +1,9 @@ +Thu Jan 20 12:15:44 2011 KOSAKI Motohiro <kosaki.motohiro@g...> + + * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_t + test becuase it's required for exit(3). The patch is + created by Tomoyuki Chikanaga. [Bug #4287] [ruby-dev:43060] + Thu Jan 20 11:39:41 2011 NAKAMURA Usaku <usa@r...> * test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not need -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/