summaryrefslogtreecommitdiff
path: root/ext/date/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/extconf.rb')
-rw-r--r--ext/date/extconf.rb4
1 files changed, 4 insertions, 0 deletions
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')