From 469659a8f9e09e2fd5c555aedbbf63e4f6eb3449 Mon Sep 17 00:00:00 2001
Package: inetutils
Version: 1.6.91
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 6 Dec 2009 05:01:35 +0100
Status: applied
Subject: [PATCH] Remove unneeded check for libbsd

The rest of the code to replace the revoke function was removed in
commit 3f8ccc2a111b6b292f2a8c4a17ce91e322aea664, remove the remaning
bits.

	* configure.ac (AC_CHECK_LIB): Remove bsd check.
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 49bdb22..8b02e5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,6 @@ AC_PROG_YACC
 gl_INIT
 
 ### Checks for libraries.
-AC_CHECK_LIB(bsd, revoke)
 AC_CHECK_LIB(nsl, inet_ntoa)
 AC_CHECK_LIB(resolv, gethostname)
 AC_CHECK_LIB(socket, getpeername)
-- 
1.6.5.4

