From 9d444a9d96c7ab583f5444dcb79ab176724d5799 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Jan 2004 09:05:28 +0000 Subject: * ext/digest/md5/extconf.rb: have_library appends found library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/md5/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/digest') diff --git a/ext/digest/md5/extconf.rb b/ext/digest/md5/extconf.rb index 0db0404dbe..9acf7ba9c0 100644 --- a/ext/digest/md5/extconf.rb +++ b/ext/digest/md5/extconf.rb @@ -13,7 +13,6 @@ if !with_config("bundled-md5") && have_library("crypto") && have_header("openssl/md5.h") $objs << "md5ossl.#{$OBJEXT}" - $libs << " -lcrypto" else $objs << "md5.#{$OBJEXT}" end -- cgit v1.2.3