From 0c5e8a2f96dd22534c0b7189ff5e75519be03b82 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 14 Dec 2007 11:55:35 +0000 Subject: moved core threading helpers out of syslogd.c --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 64329cfb..ef5353d9 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,10 @@ AC_ARG_ENABLE(pthreads, [enable_pthreads=yes] ) +if test "x$enable_pthreads" = "xno"; then + AC_MSG_ERROR(rsyslog v3 does no longer support single threading mode -- use a previous version for that); +fi + if test "x$enable_pthreads" != "xno"; then AC_CHECK_HEADERS( [pthread.h], -- cgit