diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-18 15:01:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-18 16:34:12 +0100 |
commit | 32b756258c1da401d7e1bd2cf3676702fa6ee1e4 (patch) | |
tree | fd548cf058014bdb2712b9c34d2529a1e922981a | |
parent | ecf70c9a54d08d042756688ad84fd86f9ccf51fd (diff) | |
download | samba-32b756258c1da401d7e1bd2cf3676702fa6ee1e4.tar.gz samba-32b756258c1da401d7e1bd2cf3676702fa6ee1e4.tar.bz2 samba-32b756258c1da401d7e1bd2cf3676702fa6ee1e4.zip |
libreplace: remove unused SOCKET_LIBS and NSL_LIBS
metze
(cherry picked from commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739)
(This used to be commit f27d5e0cf80c49d81091a385cbfd0801b5483825)
-rw-r--r-- | source3/lib/replace/socket.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/replace/socket.m4 b/source3/lib/replace/socket.m4 index ab948c1445..984f81f15f 100644 --- a/source3/lib/replace/socket.m4 +++ b/source3/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="" |