diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 08:18:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 08:18:42 +0000 |
commit | 6c305fdc9a635e03727b19425318ce2eab924c0b (patch) | |
tree | 457aa0ca158b9f3a639b122f38ab66414e83df2e /configure.ac | |
parent | 43df3e50decc185be43ce0269641de7997101ebc (diff) | |
download | rsyslog-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.ac | 1 |
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 |