Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-30 19:30:54 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-30 19:30:54 +0400
commit0bc87e9ef438cb7d9d9c061b7306279b26c38a78 (patch)
tree4251702940d55fbf5b8b864f6cf8f15639611f24 /auto/configure
parent6d2eb207117886001038fd77978f2ad65f805512 (diff)
nginx-0.1.0-2004-09-30-19:30:54 import
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure
index 786f4f837..6a81555d1 100755
--- a/auto/configure
+++ b/auto/configure
@@ -46,7 +46,7 @@ have=NGX_PREFIX value="\"$PREFIX/\"" . auto/define
have=NGX_SBIN_PATH value="\"$SBIN_PATH\"" . auto/define
have=NGX_CONF_PATH value="\"$CONF_PATH\"" . auto/define
have=NGX_PID_PATH value="\"$PID_PATH\"" . auto/define
-if [ ".$NGX_ERROR_LOG_PATH" != "." ]; then
+if [ ".$ERROR_LOG_PATH" != "." ]; then
have=NGX_ERROR_LOG_PATH value="\"$ERROR_LOG_PATH\"" . auto/define
fi
have=NGX_HTTP_LOG_PATH value="\"$HTTP_LOG_PATH\"" . auto/define