aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/popen_deadlock/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/popen_deadlock/extconf.rb')
-rw-r--r--ext/-test-/popen_deadlock/extconf.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/-test-/popen_deadlock/extconf.rb b/ext/-test-/popen_deadlock/extconf.rb
new file mode 100644
index 0000000000..f993ff7f9a
--- /dev/null
+++ b/ext/-test-/popen_deadlock/extconf.rb
@@ -0,0 +1,4 @@
+case RUBY_PLATFORM
+when /solaris/i, /linux/i
+ create_makefile("-test-/popen_deadlock/infinite_loop_dlsym")
+end