aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-11 17:16:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-11 17:16:02 +0000
commit9f723061cb810737b99b5cd0e0944a0b72de36b3 (patch)
treefcfd80a4ff2cb3730436ce1e7b686aca057991b4
parent652683fc04c8b45f3c34592a50be758b28bc0a1d (diff)
don't check for netinet/if_ether.h, we don't include it and it causes
configure warnings on many systems
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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 \