mirror of
https://github.com/Tha14/toxic.git
synced 2025-02-17 06:57:24 +01:00
..
This commit is contained in:
commit
afa4bc86e8
20
configure.ac
20
configure.ac
@ -387,19 +387,15 @@ if test "x$LIBTOXCORE_FOUND" = "xno"; then
|
|||||||
AC_SUBST(LIBTOXCORE_LDFLAGS)
|
AC_SUBST(LIBTOXCORE_LDFLAGS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CHECK_MODULES([LRESOLV], [lresolv],
|
AC_CHECK_HEADER([resolv.h], [],
|
||||||
[],
|
|
||||||
[
|
|
||||||
AC_CHECK_HEADER([resolv.h],
|
|
||||||
[
|
[
|
||||||
LRESOLV_CFLAGS="-lresolv"
|
AC_MSG_ERROR([resolv.h header was not found on your system])
|
||||||
LRESOLV_LIBS="-lresolv"
|
])
|
||||||
AC_SUBST(LRESOLV_CFLAGS)
|
|
||||||
AC_SUBST(LRESOLV_LIBS)
|
AC_CHECK_LIB(resolv, __res_init, [],
|
||||||
],
|
[
|
||||||
[]
|
AC_MSG_ERROR([libresolv library was not found on your system])
|
||||||
)
|
])
|
||||||
])
|
|
||||||
|
|
||||||
####
|
####
|
||||||
#### A/V Stuff
|
#### A/V Stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user