Unbreak for ruby 1.8.

This commit is contained in:
Akinori MUSHA 2003-01-23 18:47:05 +00:00
parent 9595c109be
commit 3859ca35b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73872

View File

@ -0,0 +1,11 @@
--- extconf.rb.orig Thu Apr 19 11:17:19 2001
+++ extconf.rb Fri Jan 24 03:42:50 2003
@@ -9,7 +9,7 @@
have_func("ident_id")
end
if have_header("tcpd.h") and
- have_library("wrap", nil)
+ have_library("wrap")
have_func("hsterror")
create_makefile("tcpwrap")
end