1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

libreplace: we need to link to make sure the functions are available

metze
(This used to be commit 130de20d646fe14f494b021a98d6855c7b5b2a1a)
This commit is contained in:
Stefan Metzmacher 2007-11-08 12:18:28 +01:00
parent 1675802d4d
commit 9ba9af75d2

View File

@ -1,6 +1,6 @@
dnl test for getaddrinfo/getnameinfo
AC_CACHE_CHECK([for getaddrinfo],libreplace_cv_HAVE_GETADDRINFO,[
AC_TRY_COMPILE([
AC_TRY_LINK([
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>