From: Andrew Bartlett Date: Thu, 5 Apr 2012 00:26:29 +0000 (+1000) Subject: build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS X-Git-Tag: samba-4.0.0alpha19~49 X-Git-Url: http://git.samba.org/samba.git/?p=kamenim%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=ebe2e862ba9ff4ae1e376d877e428a87be3694e3 build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS --- diff --git a/tests/summary.c b/tests/summary.c index 40110e8ce1a..a019fbfb2e0 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