diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-18 15:01:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-18 15:59:23 +0100 |
commit | 7a5438ae111416ce33ffd8f0468fd031ae58577a (patch) | |
tree | 5764855172a943bf046db9a2642cf180c3ac15c1 /source4/lib/replace | |
parent | 7b412ccade76ebd7b64096eb522fdaf1590cd694 (diff) | |
download | samba-7a5438ae111416ce33ffd8f0468fd031ae58577a.tar.gz samba-7a5438ae111416ce33ffd8f0468fd031ae58577a.tar.bz2 samba-7a5438ae111416ce33ffd8f0468fd031ae58577a.zip |
libreplace: remove unused SOCKET_LIBS and NSL_LIBS
metze
(This used to be commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/socket.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/replace/socket.m4 b/source4/lib/replace/socket.m4 index ab948c1445..984f81f15f 100644 --- a/source4/lib/replace/socket.m4 +++ b/source4/lib/replace/socket.m4 @@ -37,6 +37,3 @@ if test x"$ac_cv_func_gethostbyname" = x"no"; then [Whether the system has gethostbyname()]) fi fi - -SOCKET_LIBS="${LIBREPLACE_NETWORK_LIBS}" -NSL_LIBS="" |