diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-04-20 16:22:44 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-04-20 16:25:17 +0200 |
commit | 31120c9eacafd93e0f2c6b0f906af21adadd318a (patch) | |
tree | 3ec313b799f802053c0e94e7d93066c822552c75 /source3/m4 | |
parent | bb0f43006403106fda6231ef9b5c9674ebb53e14 (diff) | |
download | samba-31120c9eacafd93e0f2c6b0f906af21adadd318a.tar.gz |
Move syslog check out of m4 library file into configure.in
Diffstat (limited to 'source3/m4')
-rw-r--r-- | source3/m4/aclocal.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index a79aba0f3f..ae205023a4 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/m4/aclocal.m4 @@ -334,7 +334,7 @@ AC_DEFUN([AC_CHECK_FUNC_EXT], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1])) $3], [$4])dnl AS_VAR_POPDEF([ac_var])dnl -])# AC_CHECK_FUNC +])# AC_CHECK_FUNC_EXT # AH_CHECK_FUNC_EXT(FUNCNAME) # --------------------- @@ -899,4 +899,3 @@ int main(void) ]) m4_include(../lib/replace/libreplace.m4) -AC_CHECK_FUNCS([syslog],,[AC_MSG_ERROR([Required function not found])]) |