-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.109 2000-01-25 17:57:59 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.110 2000-03-31 16:57:13 assar Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.109 $)
+AC_REVISION($Revision: 1.110 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
AC_CHECK_LIB(dnet, main)
AC_CHECK_LIB(rpc, main)
+AC_CHECK_LIB(nsl, getrpcbynumber)
dnl AC_CHECK_LIB(z, uncompress)
dnl AC_CHECK_HEADERS(zlib.h)