mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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 commit is contained in:
parent
4a0d1ad601
commit
66d4c38967
@ -3,6 +3,8 @@ AC_INIT(replace.c)
|
|||||||
AC_CONFIG_SRCDIR([replace.c])
|
AC_CONFIG_SRCDIR([replace.c])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
CFLAGS="$CFLAGS -I."
|
||||||
|
|
||||||
AC_LIBREPLACE_ALL_CHECKS
|
AC_LIBREPLACE_ALL_CHECKS
|
||||||
|
|
||||||
if test "$ac_cv_prog_gcc" = yes; then
|
if test "$ac_cv_prog_gcc" = yes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user