mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
libreplace: fix standalone build on some systems.
getifaddr tests include system/network.h, which does not
find getaddrinfo.h without "-I.".
Michael
(This used to be commit 66d4c38967
)
This commit is contained in:
parent
71ab53a13b
commit
a565f50735
@ -3,6 +3,8 @@ AC_INIT(replace.c)
|
||||
AC_CONFIG_SRCDIR([replace.c])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
CFLAGS="$CFLAGS -I."
|
||||
|
||||
AC_LIBREPLACE_ALL_CHECKS
|
||||
|
||||
if test "$ac_cv_prog_gcc" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user