From 6c305fdc9a635e03727b19425318ce2eab924c0b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Aug 2007 08:18:42 +0000 Subject: - 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit