summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-07 17:15:36 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-16 08:51:46 +0200
commit887da3e0f1f6fd6a4e4476908bb3c1a6ddba753f (patch)
tree9c8ed26bb29f3944249a72438540f05c9d0fd12c /source3/lib
parent6c503833279f9eef60e56a9b100fde410be893d6 (diff)
downloadsamba-887da3e0f1f6fd6a4e4476908bb3c1a6ddba753f.tar.gz
samba-887da3e0f1f6fd6a4e4476908bb3c1a6ddba753f.tar.bz2
samba-887da3e0f1f6fd6a4e4476908bb3c1a6ddba753f.zip
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
metze (cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed) (This used to be commit 0987c32645e4851badab4c1daffb4ee7982ea153)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/replace/libreplace.m41
-rw-r--r--source3/lib/replace/samba.m41
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/libreplace.m4 b/source3/lib/replace/libreplace.m4
index 1eba93792b..2b33d97989 100644
--- a/source3/lib/replace/libreplace.m4
+++ b/source3/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/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)