aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 16:29:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 16:29:31 +0000
commit45ebea2f5feb834cd398e31eb786e16d672c2918 (patch)
treeeeda414df6ef00fddfd2ccd3c8317f09e0cb0a0c /ext/date
parent2f375645998dbb62fc1f76c6a9ffc68198b35e66 (diff)
downloadruby-45ebea2f5feb834cd398e31eb786e16d672c2918.tar.gz
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
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/extconf.rb1
1 files changed, 0 insertions, 1 deletions
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')