summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-03-10 17:51:15 +0100
committerJulien Cristau <jcristau@debian.org>2008-09-09 21:35:16 +0100
commitb4dc9afe20ab9c4ddec29a7357e147258e34bb67 (patch)
tree43b24552b432556b041fdfe8e1ed3453b25000c1 /configure.ac
parent4fbd4bfcca12a91dacb25fb08a6a3b07822b5845 (diff)
Add support for syslog on more than openbsd.
Also use LOG_AUTHPRIV by default, if that exists.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 74f38fb..c9298dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,8 +76,8 @@ if test "x$HAS_SETUSERCONTEXT" = "xyes" ; then
[Define to 1 if you have the 'setusercontext' function.])
fi
-AC_CHECK_FUNCS([daemon sigaction])
-AC_CHECK_HEADERS([grp.h])
+AC_CHECK_FUNCS([daemon sigaction openlog])
+AC_CHECK_HEADERS([grp.h syslog.h])
AC_TYPE_SIGNAL
XTRANS_CONNECTION_FLAGS