]> The Tcpdump Group git mirrors - tcpdump/blobdiff - configure.in
Handle systems with getrpcbynumber() but no header file for it.
[tcpdump] / configure.in
index 96d89831e8547e3adf44d558d7562972d86e4909..4ac664ecf099508410469699d8c05ace4667e000 100644 (file)
@@ -29,7 +29,7 @@ AC_C___ATTRIBUTE__
 if test "$ac_cv___attribute__" = "yes"; then
        AC_C___ATTRIBUTE___FORMAT_FUNCTION_POINTER
 fi
-AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
+AC_CHECK_HEADERS(fcntl.h rpc/rpc.h rpc/rpcent.h netdnet/dnetdb.h)
 AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
 #include <sys/socket.h>
 #include <net/if.h>])