1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 14:36:34 +01:00

implement toxdns3 username lookups

This commit is contained in:
Jfreegman
2014-06-16 21:22:26 -04:00
parent 53cb4b0248
commit 1456cef991
10 changed files with 319 additions and 33 deletions

View File

@@ -387,6 +387,19 @@ if test "x$LIBTOXCORE_FOUND" = "xno"; then
AC_SUBST(LIBTOXCORE_LDFLAGS)
fi
PKG_CHECK_MODULES([LRESOLV], [lresolv],
[],
[
AC_CHECK_HEADER([resolv.h],
[
LRESOLV_CFLAGS="-lresolv"
LRESOLV_LIBS="-lresolv"
AC_SUBST(LRESOLV_CFLAGS)
AC_SUBST(LRESOLV_LIBS)
],
[]
)
])
####
#### A/V Stuff