diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-07 17:15:36 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-07 17:15:36 +0200 |
commit | 63da424e8124a9def5d46f769804be661b059aab (patch) | |
tree | 83357995cf532aff8fb0de69615d9f09d9b4457d | |
parent | a0c6043c34abe5451e5de55791fc274e113504af (diff) | |
download | samba-63da424e8124a9def5d46f769804be661b059aab.tar.gz samba-63da424e8124a9def5d46f769804be661b059aab.tar.bz2 samba-63da424e8124a9def5d46f769804be661b059aab.zip |
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
metze
(This used to be commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 | ||||
-rw-r--r-- | source4/lib/replace/samba.m4 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 1eba93792b..2b33d97989 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/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/source4/lib/replace/samba.m4 b/source4/lib/replace/samba.m4 index 7984ef31db..07c4d38887 100644 --- a/source4/lib/replace/samba.m4 +++ b/source4/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) |