summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-19 19:18:37 +0000
committerJeremy Allison <jra@samba.org>2001-12-19 19:18:37 +0000
commit2fe6d5d5a1025007a3e67d6040c1962734cbb6ea (patch)
tree894c0843f9955522bca0bdb03bfa150c00408cc7 /source3/configure.in
parenta784fce1090f4c67f064cb1230a32c574ecc652d (diff)
downloadsamba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.tar.gz
samba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.tar.bz2
samba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.zip
Added AC_CHECK_FUNCS(syslog vsyslog).
nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. (This used to be commit ab2e55cdb376d6699c9a09fac243fba7d3840447)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 9d06438cde..e9665adbcc 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -554,6 +554,7 @@ AC_CHECK_FUNCS(setpriv setgidx setuidx setgroups sysconf mktime rename ftruncate
AC_CHECK_FUNCS(lstat64 fopen64 atexit grantpt dup2 lseek64 ftruncate64 readdir64)
AC_CHECK_FUNCS(fseek64 fseeko64 ftell64 ftello64 setluid getpwanam setlinebuf)
AC_CHECK_FUNCS(srandom random srand rand setenv usleep strcasecmp fcvt fcvtl symlink readlink)
+AC_CHECK_FUNCS(syslog vsyslog)
# setbuffer is needed for smbtorture
AC_CHECK_FUNCS(setbuffer)