]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Don't check for netinet/ether.h unless we're going to use it.
authorguy <guy>
Sun, 27 Mar 2005 22:58:08 +0000 (22:58 +0000)
committerguy <guy>
Sun, 27 Mar 2005 22:58:08 +0000 (22:58 +0000)
configure
configure.in

index 75c87725dd9584ecba4c84fefca45e2540b6779e..9b236be18fec84a33a664444be39527cd1b2fafa 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.186 .
+# From configure.in Revision: 1.187 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -3127,8 +3127,7 @@ done
 
 
 
-
-for ac_header in fcntl.h rpc/rpcent.h netdnet/dnetdb.h netinet/ether.h
+for ac_header in fcntl.h rpc/rpcent.h netdnet/dnetdb.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
index 2dc4cb15fe5935b756fa77b02396bf39ad04ef2a..27c8ec90f940e9cc103a1008a27ca7a185a8d687 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.186 2005-03-27 22:46:21 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.187 2005-03-27 22:58:08 guy 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.186 $)
+AC_REVISION($Revision: 1.187 $)
 AC_PREREQ(2.50)
 AC_INIT(tcpdump.c)
 
@@ -15,7 +15,7 @@ AC_CANONICAL_HOST
 AC_LBL_C_INIT(V_CCOPT, V_INCLS)
 AC_LBL_C_INLINE
 AC_C___ATTRIBUTE__
-AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h netinet/ether.h)
+AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
 AC_CHECK_HEADERS(netinet/if_ether.h, , , [#include <sys/types.h>
 #include <sys/socket.h>])
 if test "$ac_cv_header_netinet_if_ether_h" != yes; then