From ebe2e862ba9ff4ae1e376d877e428a87be3694e3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Apr 2012 10:26:29 +1000 Subject: build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS --- tests/summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit