changeset 1926:95f0145bbef4

use correct version: real hex numbers
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Mar 2008 16:27:44 +0000
parents 6fd26b0e1009
children 220c2515a9c9
files auto/os/linux
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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