From a004b38a953d64e77b58bdb99d0af946e2cae2cf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 May 2008 17:15:36 +0200 Subject: [PATCH] libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba metze (cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed) --- source/lib/replace/libreplace.m4 | 1 - source/lib/replace/samba.m4 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index 1eba93792bf..2b33d97989a 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/lib/replace/libreplace.m4 @@ -276,7 +276,6 @@ m4_include(repdir.m4) AC_CHECK_FUNCS([syslog printf memset memcpy],,[AC_MSG_ERROR([Required function not found])]) echo "LIBREPLACE_BROKEN_CHECKS: END" -AC_LIBREPLACE_NETWORK_CHECKS ]) dnl end AC_LIBREPLACE_BROKEN_CHECKS AC_DEFUN_ONCE(AC__LIBREPLACE_ALL_CHECKS_START, diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4 index 7984ef31db6..07c4d38887e 100644 --- a/source/lib/replace/samba.m4 +++ b/source/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) -- 2.47.3