summaryrefslogtreecommitdiff
path: root/ext/objspace/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/objspace/extconf.rb')
-rw-r--r--ext/objspace/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb
index 23a42c4c20..e48fa8c8bc 100644
--- a/ext/objspace/extconf.rb
+++ b/ext/objspace/extconf.rb
@@ -1,2 +1,3 @@
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
+have_func("mkstemp")
create_makefile('objspace')