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:
13
configure.ac
13
configure.ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user