about summary refs log tree commit homepage
path: root/ext/wordexp/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wordexp/extconf.rb')
-rw-r--r--ext/wordexp/extconf.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/wordexp/extconf.rb b/ext/wordexp/extconf.rb
new file mode 100644
index 0000000..aa7f4b6
--- /dev/null
+++ b/ext/wordexp/extconf.rb
@@ -0,0 +1,5 @@
+require 'mkmf'
+have_func('wordexp', %w(wordexp.h))
+have_func('wordfree', %w(wordexp.h))
+have_func('rb_thread_call_without_gvl')
+create_makefile('wordexp')