From: Igor Sysoev Date: Tue, 11 Mar 2008 16:27:44 +0000 (+0000) Subject: use correct version: real hex numbers X-Git-Tag: release-0.6.27~2 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=2f0d79c89663b9b43868e926b2643afc105007e3;p=nginx.git use correct version: real hex numbers --- diff --git a/auto/os/linux b/auto/os/linux index 6dd51a429..62bc6253b 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -24,7 +24,7 @@ version=${version:-0} # enable the rt signals on Linux between 2.2.19 and 2.6.17 -if [ \( $version -ge 131609 -a $version -lt 132632 \) -o $EVENT_RTSIG = YES ] +if [ \( $version -ge 131603 -a $version -lt 132626 \) -o $EVENT_RTSIG = YES ] then echo " + rt signals found" have=NGX_HAVE_RTSIG . auto/have