From 55f4dc4c9a5345c28d0da750d1ee00fbb0870885 Mon Sep 17 00:00:00 2001 From: why Date: Fri, 9 May 2003 21:25:50 +0000 Subject: Initial checkin of YAML substances. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/extconf.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ext/syck/extconf.rb (limited to 'ext/syck/extconf.rb') 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" ) + -- cgit v1.2.3