mirror of
https://github.com/curl/curl.git
synced 2026-06-05 02:14:16 +03:00
check for another arpa header
This commit is contained in:
parent
243a45d840
commit
983be0ec60
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ AC_CHECK_HEADERS(
|
|||
winsock.h \
|
||||
netinet/in.h \
|
||||
arpa/nameser.h \
|
||||
arpa/nameser_compat.h
|
||||
arpa/nameser_compat.h \
|
||||
arpa/inet.h
|
||||
)
|
||||
|
||||
dnl check for AF_INET6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue