1
0
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:
Michael Adam 2008-02-27 01:29:12 +01:00
parent 4a0d1ad601
commit 66d4c38967

View File

@ -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