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:
parent
a5fcce05b6
commit
ebe2e862ba
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user