summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/build/tests/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/tests/summary.c b/source4/build/tests/summary.c
index 6fbe46b87b..95fa1cbae9 100644
--- a/source4/build/tests/summary.c
+++ b/source4/build/tests/summary.c
@@ -4,7 +4,7 @@ void exit(int);
main()
{
-#if !(defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX))
+#if !(defined(HAVE_IFACE_GETIFADDRS) || defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX))
printf("WARNING: No automated network interface determination\n");
#endif