1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS

This commit is contained in:
Andrew Bartlett 2012-04-05 10:26:29 +10:00
parent a5fcce05b6
commit ebe2e862ba

View File

@ -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