summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-05 10:26:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:09 +0200
commitebe2e862ba9ff4ae1e376d877e428a87be3694e3 (patch)
tree4894abaa7cd5e64ccdd33e21e5e7042424de18c9 /tests
parenta5fcce05b6798a4b76feabe7017d99e72bd16ad0 (diff)
downloadsamba-ebe2e862ba9ff4ae1e376d877e428a87be3694e3.tar.gz
samba-ebe2e862ba9ff4ae1e376d877e428a87be3694e3.tar.bz2
samba-ebe2e862ba9ff4ae1e376d877e428a87be3694e3.zip
build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS
Diffstat (limited to 'tests')
-rw-r--r--tests/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/summary.c b/tests/summary.c
index 40110e8ce1..a019fbfb2e 100644
--- a/tests/summary.c
+++ b/tests/summary.c
@@ -9,7 +9,7 @@ main()
exit(1);
#endif
-#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