aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/extconf.rb
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 15:22:47 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 15:22:47 +0000
commit2b6ab9bf1e592e6820403d2e2a273219f1278b1c (patch)
treead5682f1d32daa56a073ae0c25d51cc53ad1b5fe /ext/date/extconf.rb
parent531dfb40e0fa16f873b53dbef8694a26e10a7d6b (diff)
downloadruby-2b6ab9bf1e592e6820403d2e2a273219f1278b1c.tar.gz
* ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
* ext/date/date_tmx.h: new. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/extconf.rb')
-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 3515a6e89a..9f7d3e8f0b 100644
--- a/ext/date/extconf.rb
+++ b/ext/date/extconf.rb
@@ -1,3 +1,2 @@
require 'mkmf'
-$INCFLAGS << " -I$(top_srcdir)"
create_makefile('date_core')