From f07f63ae46345eb2aa8a433b0bf48947d6cff95e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 11 Jun 2004 16:58:33 +0000 Subject: nginx-0.0.5-2004-06-11-20:58:33 import --- auto/os/linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto') diff --git a/auto/os/linux b/auto/os/linux index 6fcd7647b..c34fba1ac 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -15,9 +15,9 @@ version=`grep "#define LINUX_VERSION_CODE" /usr/include/linux/version.h \ | sed -e 's/^.* \(.*\)$/\1/'` -# enable rt signals on Linux 2.4.x +# enable rt signals on Linux 2.2.19 and onward -if [ $version -ge 132096 -o $EVENT_RTSIG = YES ]; then +if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then echo " + using rt signals" have=HAVE_RTSIG . auto/have EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE" -- cgit v1.2.3