comparison configure.ac @ 11373:c84c35ee8202

[gaim-migrate @ 13598] adding async SRV resolver committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Tue, 30 Aug 2005 15:28:49 +0000
parents 0b746a52238d
children a6d446cf090f
comparison
equal deleted inserted replaced
11372:aea5faca82dc 11373:c84c35ee8202
61 ]) 61 ])
62 62
63 dnl Check for inet_aton 63 dnl Check for inet_aton
64 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, , 64 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
65 [AC_ERROR(inet_aton not found)])]) 65 [AC_ERROR(inet_aton not found)])])
66 AC_CHECK_LIB(resolv, __res_query)
66 AC_CHECK_LIB(nsl, gethostent) 67 AC_CHECK_LIB(nsl, gethostent)
67 AC_CHECK_FUNC(socket, , 68 AC_CHECK_FUNC(socket, ,
68 [AC_CHECK_LIB(socket, socket, , [AC_ERROR([socket not found])])]) 69 [AC_CHECK_LIB(socket, socket, , [AC_ERROR([socket not found])])])
69 dnl If all goes well, by this point the previous two checks will have 70 dnl If all goes well, by this point the previous two checks will have
70 dnl pulled in -lsocket and -lnsl if we need them. 71 dnl pulled in -lsocket and -lnsl if we need them.