From 58145e6d93d8c62f827f229ae40d21f3556a786c 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/trunk@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 4ab7b401c6..3fd21166a4 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