From 2534d28e343f7d50a813a801c9c59dfedfea1bbd Mon Sep 17 00:00:00 2001 From: fenner Date: Thu, 28 Jun 2001 00:24:04 +0000 Subject: [PATCH] Remove the request to ignore the warning, since the thing that generates the warning is gone. Forgotten by: itojun --- configure.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index f655c5dc..364f5770 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.138 2001-06-26 06:36:09 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.139 2001-06-28 00:24:04 fenner Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Revision: 1.138 $) +AC_REVISION($Revision: 1.139 $) AC_PREREQ(2.13) AC_INIT(tcpdump.c) @@ -503,10 +503,6 @@ if test $needsnprintf = yes; then LIBOBJS="$LIBOBJS snprintf.o" fi -dnl The following generates a warning from autoconf... -errprint(__file__:__line__: please ignore the next warning: -)dnl - AC_CHECK_LIB(dnet, main) AC_CHECK_LIB(rpc, main) AC_CHECK_LIB(nsl, getrpcbynumber) -- 2.39.5