From 0ff2e1d531b9975574591aa79982076eecdeb4d2 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 25 Apr 2013 08:57:15 +0000 Subject: * ext/socket/extconf.rb: Remove obsolete options: ---with-ipv6-lib and --with-ipv6-libdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/extconf.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ext') diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 41f48ef4b0..afdb6368f7 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -409,13 +409,6 @@ EOF have_library(ipv6lib = "v6") and "v6d" elsif have_macro("_ZETA_MINAMI_INET6", "sys/param.h") have_library(ipv6lib = "inet6") and "zeta" - elsif ipv6lib = with_config("ipv6-lib") - warn <