1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/md5/extconf.rb
(no author) 33ba699ad3 This commit was manufactured by cvs2svn to create branch 'ruby_1_4'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-06-05 18:48:02 +00:00

3 lines
68 B
Ruby

require 'mkmf'
$CFLAGS += " -DHAVE_CONFIG_H"
create_makefile('md5')