From 603cdc271042ab32461ef9d4311352496483f639 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 19 Oct 2015 16:29:31 +0000 Subject: check INFINITY and NAN without C99 option * configure.in: check INFINITY and NAN without an option for C99 so that rb_infinity and rb_nan are respectively available regardless that option if they may be used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/date') diff --git a/ext/date/extconf.rb b/ext/date/extconf.rb index a0c30fa948..9f7d3e8f0b 100644 --- a/ext/date/extconf.rb +++ b/ext/date/extconf.rb @@ -1,3 +1,2 @@ require 'mkmf' -append_cflags("-std=iso9899:1999") create_makefile('date_core') -- cgit v1.2.3