summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfenner <fenner>2001-06-28 00:24:04 +0000
committerfenner <fenner>2001-06-28 00:24:04 +0000
commit2534d28e343f7d50a813a801c9c59dfedfea1bbd (patch)
tree751532cf356e377edcc7c0a1cf9c221453d49c11 /configure.in
parent0e52a6be256e1e54b5e686429cbce7b4625dc3c4 (diff)
downloadtcpdump-2534d28e343f7d50a813a801c9c59dfedfea1bbd.tar.gz
Remove the request to ignore the warning, since the thing that
generates the warning is gone. Forgotten by: itojun
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files 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)