mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
use correct version: real hex numbers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user