summaryrefslogtreecommitdiff
path: root/ext/syck/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck/extconf.rb')
-rw-r--r--ext/syck/extconf.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/syck/extconf.rb b/ext/syck/extconf.rb
new file mode 100644
index 0000000000..6c10448c70
--- /dev/null
+++ b/ext/syck/extconf.rb
@@ -0,0 +1,5 @@
+require 'mkmf'
+
+have_header( "st.h" )
+create_makefile( "syck" )
+