summaryrefslogtreecommitdiff
path: root/source4/lib/replace/getifaddrs.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-18 14:53:59 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-18 15:59:22 +0100
commit1ef171f6e00470276b65289878d0006dc9b7f97f (patch)
tree7889aed535e38b02661b104b36d04e8c4299bc46 /source4/lib/replace/getifaddrs.m4
parentcbc5e58b8f8d6a7ec34f17e263b88a3e7e39b095 (diff)
downloadsamba-1ef171f6e00470276b65289878d0006dc9b7f97f.tar.gz
samba-1ef171f6e00470276b65289878d0006dc9b7f97f.tar.bz2
samba-1ef171f6e00470276b65289878d0006dc9b7f97f.zip
libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checks
...instead of using SOCKET_LIBS and NSL_LIBS. metze (This used to be commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
Diffstat (limited to 'source4/lib/replace/getifaddrs.m4')
-rw-r--r--source4/lib/replace/getifaddrs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/getifaddrs.m4 b/source4/lib/replace/getifaddrs.m4
index f4cf4e48a2..927bc677db 100644
--- a/source4/lib/replace/getifaddrs.m4
+++ b/source4/lib/replace/getifaddrs.m4
@@ -34,10 +34,10 @@ fi
##################
# look for a method of finding the list of network interfaces
#
-# This tests need LIBS="$NSL_LIBS $SOCKET_LIBS"
+# This tests need LIBS="${LIBREPLACE_NETWORK_LIBS}"
#
old_LIBS=$LIBS
-LIBS="$NSL_LIBS $SOCKET_LIBS"
+LIBS="${LIBREPLACE_NETWORK_LIBS}"
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I$libreplacedir"
iface=no;