summaryrefslogtreecommitdiffhomepage
path: root/auto/threads
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-25 20:16:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-25 20:16:15 +0000
commitf2334416e7485ff1c260a46ba47aeadffeff923a (patch)
treed4d562a3c0c4af27ed23e9602cad653f1d4fec00 /auto/threads
parent14dab4563898155799a06007fff9c30c4dac8b26 (diff)
downloadnginx-f2334416e7485ff1c260a46ba47aeadffeff923a.tar.gz
nginx-f2334416e7485ff1c260a46ba47aeadffeff923a.tar.bz2
nginx-0.0.2-2004-02-25-23:16:15 import
Diffstat (limited to 'auto/threads')
-rw-r--r--auto/threads2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/threads b/auto/threads
index 0c677f1d6..0c5fd5699 100644
--- a/auto/threads
+++ b/auto/threads
@@ -2,7 +2,7 @@
if [ $USE_THREADS = "rfork" ]; then
have=NGX_THREADS . auto/have
- have=USE_RFORK . auto/have
+ have=NGX_USE_RFORK . auto/have
CORE_DEPS="$CORE_DEPS $UNIX_THREADS_DEPS"
CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_SRCS"