From 32b756258c1da401d7e1bd2cf3676702fa6ee1e4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 18 Mar 2008 15:01:34 +0100 Subject: libreplace: remove unused SOCKET_LIBS and NSL_LIBS metze (cherry picked from commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739) (This used to be commit f27d5e0cf80c49d81091a385cbfd0801b5483825) --- source3/lib/replace/socket.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') 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="" -- cgit