From fbf4293d7ec80b93d2b289698f85641dbf26750a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Apr 2009 15:21:39 +0200 Subject: Move check for syslog out of libreplace to source3/ and source4/. This should help compiling talloc on Windows. --- source3/m4/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/m4') 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])]) -- cgit