From: Daniel Stenberg Date: Tue, 11 Mar 2003 17:16:02 +0000 (+0000) Subject: don't check for netinet/if_ether.h, we don't include it and it causes X-Git-Tag: curl-7_10_4~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f723061cb810737b99b5cd0e0944a0b72de36b3;p=curl don't check for netinet/if_ether.h, we don't include it and it causes configure warnings on many systems --- diff --git a/configure.in b/configure.in index 969106706..2e28a40da 100644 --- a/configure.in +++ b/configure.in @@ -632,7 +632,6 @@ AC_CHECK_HEADERS( \ arpa/inet.h \ net/if.h \ netinet/in.h \ - netinet/if_ether.h \ netdb.h \ sys/select.h \ sys/socket.h \