summaryrefslogtreecommitdiff
path: root/ext/marshal/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/marshal/extconf.rb')
-rw-r--r--ext/marshal/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/marshal/extconf.rb b/ext/marshal/extconf.rb
new file mode 100644
index 0000000000..65923049e5
--- /dev/null
+++ b/ext/marshal/extconf.rb
@@ -0,0 +1,2 @@
+have_func("tmpnam")
+create_makefile("marshal")