Edit

kc3-lang/libevent/m4

Branch :

  • Show log

    Commit

  • Author : yuangongji
    Date : 2020-03-14 11:13:38
    Hash : 6d54be2c
    Message : autoconf: fix getaddrinfo checking errors on mingw `AC_CHECK_FUNCS` can not properly check `getaddrinfo` because this function requires some special headers on mingw. Using `AC_CHECK_DECL` can effectively solve this issue. Same for - getnameinfo - getprotobynumber - getservbyname - inet_ntop - inet_pton