diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 10:26:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | ebe2e862ba9ff4ae1e376d877e428a87be3694e3 (patch) | |
tree | 4894abaa7cd5e64ccdd33e21e5e7042424de18c9 /tests | |
parent | a5fcce05b6798a4b76feabe7017d99e72bd16ad0 (diff) | |
download | samba-ebe2e862ba9ff4ae1e376d877e428a87be3694e3.tar.gz |
build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |