mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
inet_aton() is even needed inside libreplace, in the implementation
of rep_getaddrinfo().
Michael
(cherry picked from commit bcb2f3a880)
2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"])
|