From: Francesco Chemolli Date: Sun, 1 Aug 2010 21:56:28 +0000 (+0200) Subject: Removed a few duplicate header checks. X-Git-Tag: take1~402^2~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47945e0e5824d49464f57e61e4f33b83104f1b2d;p=thirdparty%2Fsquid.git Removed a few duplicate header checks. --- diff --git a/configure.in b/configure.in index 1c1811d27c..0bbdaa650d 100644 --- a/configure.in +++ b/configure.in @@ -1041,14 +1041,11 @@ if test "x${enable_eui:=yes}" = "xyes" ; then esac AC_CHECK_HEADERS( \ Iphlpapi.h \ - net/if.h \ net/if_arp.h \ net/if_dl.h \ net/route.h \ - netinet/if_ether.h \ sys/sockio.h \ - sys/sysctl.h \ - sys/ioctl.h \ + sys/sysctl.h ) fi AC_MSG_NOTICE([EUI (MAC address) controls enabled: $enable_eui]) @@ -2175,7 +2172,6 @@ AC_CHECK_HEADERS( \ glib.h \ stdint.h \ inttypes.h \ - grp.h \ db.h \ db_185.h )