summaryrefslogtreecommitdiffstats
path: root/server/external/libcares.m4
blob: 09451b3f7cf33859543884d68d72a36c54a1ec1f (plain)
1
2
3
4
5
6
7
8
9
AC_SUBST(CARES_OBJ)
AC_SUBST(CARES_LIBS)
AC_SUBST(CARES_CFLAGS)

AC_CHECK_HEADERS(ares.h,
    [AC_CHECK_LIB([cares], [ares_init], [ CARES_LIBS="-lcares" ], [AC_MSG_ERROR([No usable c-ares library found])])],
    [AC_MSG_ERROR([c-ares header files are not installed])]
)