summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-11 16:27:44 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-11 16:27:44 +0000
commit2f0d79c89663b9b43868e926b2643afc105007e3 (patch)
treea803caec73309199fd6ba0f1ee81ffacb245bbaf /auto
parent20612596129f2882ad3aeab7746ca2ce567f1186 (diff)
use correct version: real hex numbers
Diffstat (limited to 'auto')
-rw-r--r--auto/os/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux
index 6dd51a42..62bc6253 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