diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-12-13 08:34:51 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:49 +0100 |
commit | 026d67675ca86e2e0c8ca412bb2f22698d26c158 (patch) | |
tree | 212accfc8e7793923acd56c35d0df91ab5178f73 /source4/build | |
parent | f8bc24065b5b36da22e4cd33fac28f0347bc4a46 (diff) | |
download | samba-026d67675ca86e2e0c8ca412bb2f22698d26c158.tar.gz samba-026d67675ca86e2e0c8ca412bb2f22698d26c158.tar.bz2 samba-026d67675ca86e2e0c8ca412bb2f22698d26c158.zip |
r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection code
metze
(This used to be commit fcc813d399965b51853e5790d328e4cc9668a032)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/tests/summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/tests/summary.c b/source4/build/tests/summary.c index 6fbe46b87b..95fa1cbae9 100644 --- a/source4/build/tests/summary.c +++ b/source4/build/tests/summary.c @@ -4,7 +4,7 @@ void exit(int); main() { -#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 |