]> The Tcpdump Group git mirrors - tcpdump/commitdiff
check for getrpcbynumber in nsl. From Rick Jones <[email protected]>
authorassar <assar>
Fri, 31 Mar 2000 16:57:13 +0000 (16:57 +0000)
committerassar <assar>
Fri, 31 Mar 2000 16:57:13 +0000 (16:57 +0000)
configure.in

index 0ab7d638c633ae7db39f205f1fe1e40a6da719dc..242d1c0810c90ff96d18f7f91f82dbfebe4c8b60 100644 (file)
@@ -1,4 +1,4 @@
-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
 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
 
 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_PREREQ(2.13)
 AC_INIT(tcpdump.c)
 
@@ -450,6 +450,7 @@ AC_C_BIGENDIAN
 
 AC_CHECK_LIB(dnet, main)
 AC_CHECK_LIB(rpc, main)
 
 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)
 
 dnl AC_CHECK_LIB(z, uncompress)
 dnl AC_CHECK_HEADERS(zlib.h)