summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-01 08:18:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-01 08:18:42 +0000
commit6c305fdc9a635e03727b19425318ce2eab924c0b (patch)
tree457aa0ca158b9f3a639b122f38ab66414e83df2e /configure.ac
parent43df3e50decc185be43ce0269641de7997101ebc (diff)
downloadrsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.tar.gz
rsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.tar.xz
rsyslog-6c305fdc9a635e03727b19425318ce2eab924c0b.zip
- applied a patch from mildew to prevent rsyslogd from freezing under heavy
load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 24e01f06..1e11c930 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ case "${host}" in
esac
# Checks for libraries.
+AC_CHECK_LIB(rt,clock_gettime,,,)
# Checks for header files.
AC_HEADER_RESOLV