]> granicus.if.org Git - curl/commitdiff
don't check for netinet/if_ether.h, we don't include it and it causes
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Mar 2003 17:16:02 +0000 (17:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Mar 2003 17:16:02 +0000 (17:16 +0000)
configure warnings on many systems

configure.in

index 9691067068cc3b8b66a37b5f41dc0abadc0d1e7a..2e28a40daf1bd5229a21f838ede837abe993e465 100644 (file)
@@ -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 \