mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 09:06:25 +00:00
nginx-0.0.5-2004-06-11-20:58:33 import
This commit is contained in:
parent
d962b61c06
commit
f07f63ae46
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue