summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-05 18:48:02 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-05 18:48:02 +0000
commit33ba699ad38b369c18b030e644264d28e8c5a825 (patch)
treee78535e5bffa836f92f710eeb2097e9fca73570c
parent656d6d28704943d2960b20761b6d05386086e8a2 (diff)
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
-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')