mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb.in (have_library): do not print yes. sigh.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
69b463d9a3
commit
653f326bb1
1 changed files with 1 additions and 4 deletions
|
@ -196,10 +196,7 @@ def have_library(lib, func="main")
|
|||
if func && func != ""
|
||||
libs = append_library($libs, lib)
|
||||
if /mswin32|mingw/ =~ RUBY_PLATFORM
|
||||
if lib == 'm'
|
||||
print "yes\n"
|
||||
return true
|
||||
end
|
||||
return true if lib == 'm'
|
||||
r = try_link(<<"SRC", libs)
|
||||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue