aboutsummaryrefslogtreecommitdiffstats
path: root/ext/md5
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-15 06:38:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-15 06:38:46 +0000
commitb2dc4932bf9b5b77a2def58c80ccd93396b28b13 (patch)
treeed340b138673ce7cdfbbec0ebe340a36fe1f48cd /ext/md5
parent693599714a16c085f912dcddde16f52a18d2858b (diff)
downloadruby-b2dc4932bf9b5b77a2def58c80ccd93396b28b13.tar.gz
2000-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/md5')
-rw-r--r--ext/md5/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/md5/extconf.rb b/ext/md5/extconf.rb
new file mode 100644
index 0000000000..a57a976a39
--- /dev/null
+++ b/ext/md5/extconf.rb
@@ -0,0 +1,3 @@
+require 'mkmf'
+$CFLAGS += " -DHAVE_CONFIG_H"
+create_makefile('md5')