* ext/socket/extconf.rb: remove -L/usr/local/lib.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-12-03 07:09:01 +00:00
parent 8abe10b3da
commit f4bef0acfd
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Dec 3 16:06:57 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/socket/extconf.rb: remove -L/usr/local/lib.
Mon Dec 3 16:04:16 2001 Usaku Nakamura <usa@ruby-lang.org> Mon Dec 3 16:04:16 2001 Usaku Nakamura <usa@ruby-lang.org>
* configure.in: not use X11BASE, since it's not always set. * configure.in: not use X11BASE, since it's not always set.

View File

@ -1,6 +1,5 @@
require 'mkmf' require 'mkmf'
$LIBPATH << "/usr/local/lib" if File.directory?("/usr/local/lib")
$CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len" $CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
case RUBY_PLATFORM case RUBY_PLATFORM