From fdf361189c2f0f695cd1f91177281725e6753c7b Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 26 Feb 2011 08:10:03 +0000 Subject: * lib/date.rb: [Feature #4257] * ext/date/extconf.rb: new * ext/date/date_core.c: new git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/extconf.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ext/date/extconf.rb (limited to 'ext/date/extconf.rb') diff --git a/ext/date/extconf.rb b/ext/date/extconf.rb new file mode 100644 index 0000000000..29a36a29f4 --- /dev/null +++ b/ext/date/extconf.rb @@ -0,0 +1,4 @@ +require 'mkmf' +have_func('floorl', 'math.h') +have_func('roundl', 'math.h') +create_makefile('date_core') -- cgit v1.2.3