summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-04-20 15:21:39 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-04-20 16:25:16 +0200
commitfbf4293d7ec80b93d2b289698f85641dbf26750a (patch)
tree358ba8a39465868b3a364e2deeabbb4273947502 /source3/m4
parenta6cb47089207991e7128f895f927a8d51a1d5c7a (diff)
downloadsamba-fbf4293d7ec80b93d2b289698f85641dbf26750a.tar.gz
samba-fbf4293d7ec80b93d2b289698f85641dbf26750a.tar.bz2
samba-fbf4293d7ec80b93d2b289698f85641dbf26750a.zip
Move check for syslog out of libreplace to source3/ and source4/.
This should help compiling talloc on Windows.
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index 386829d1b0..a79aba0f3f 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/m4/aclocal.m4
@@ -899,3 +899,4 @@ int main(void)
])
m4_include(../lib/replace/libreplace.m4)
+AC_CHECK_FUNCS([syslog],,[AC_MSG_ERROR([Required function not found])])