From 887da3e0f1f6fd6a4e4476908bb3c1a6ddba753f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 May 2008 17:15:36 +0200 Subject: libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba metze (cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed) (This used to be commit 0987c32645e4851badab4c1daffb4ee7982ea153) --- source3/lib/replace/samba.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/replace/samba.m4') diff --git a/source3/lib/replace/samba.m4 b/source3/lib/replace/samba.m4 index 7984ef31db..07c4d38887 100644 --- a/source3/lib/replace/samba.m4 +++ b/source3/lib/replace/samba.m4 @@ -1,4 +1,5 @@ AC_LIBREPLACE_BROKEN_CHECKS +AC_LIBREPLACE_NETWORK_CHECKS SMB_EXT_LIB(LIBREPLACE_EXT, [${LIBDL}]) SMB_ENABLE(LIBREPLACE_EXT) -- cgit