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
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-14 09:45:22 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-14 09:45:22 +0400
commit562626ae6cda8c90121bec3362232e87899d6ce6 (patch)
tree399dda9d29b5ccf99268201449efbe25ad7c5166 /auto
parent0292cbbe35cc6296a3128315a9a982fa2aa6832b (diff)
nginx-0.0.10-2004-09-14-09:45:22 import
Diffstat (limited to 'auto')
-rw-r--r--auto/options12
-rw-r--r--auto/summary44
2 files changed, 34 insertions, 22 deletions
diff --git a/auto/options b/auto/options
index 18909d6d7..132c35de6 100644
--- a/auto/options
+++ b/auto/options
@@ -161,6 +161,18 @@ if [ $help = yes ]; then
fi
+if [ $HTTP = NO ]; then
+ HTTP_CHARSET=NO
+ HTTP_GZIP=NO
+ HTTP_SSI=NO
+ HTTP_USERID=NO
+ HTTP_ACCESS=NO
+ HTTP_STATUS=NO
+ HTTP_REWRITE=NO
+ HTTP_PROXY=NO
+fi
+
+
if [ ".$PLATFORM" = ".win32" -a $EVENT_POLL = YES ]; then
EVENT_POLL=NO
echo "$0: warning: --with-poll_module option is ignored for win32"
diff --git a/auto/summary b/auto/summary
index 482f792fe..0051c9710 100644
--- a/auto/summary
+++ b/auto/summary
@@ -8,32 +8,32 @@ if [ $USE_PCRE = DISABLED ]; then
else
case $PCRE in
- YES) echo " + using system PCRE library" ;;
- NONE) echo " + PCRE library is not used" ;;
- NO) echo " + PCRE library is not found" ;;
- *) echo " + using PCRE library: $PCRE" ;;
+ YES) echo " using system PCRE library" ;;
+ NONE) echo " PCRE library is not used" ;;
+ NO) echo " PCRE library is not found" ;;
+ *) echo " using PCRE library: $PCRE" ;;
esac
fi
case $MD5 in
- YES) echo " + md5: using system $MD5_LIB library" ;;
- NONE) echo " + md5 library is not used" ;;
- NO) echo " + md5 library is not found" ;;
- *) echo " + using md5 library: $MD5" ;;
+ YES) echo " md5: using system $MD5_LIB library" ;;
+ NONE) echo " md5 library is not used" ;;
+ NO) echo " md5 library is not found" ;;
+ *) echo " using md5 library: $MD5" ;;
esac
case $OPENSSL in
- YES) echo " + using system OpenSSL library" ;;
- NONE) echo " + OpenSSL library is not used" ;;
- NO) echo " + OpenSSL library is not found" ;;
- *) echo " + using OpenSSL library: $OPENSSL" ;;
+ YES) echo " using system OpenSSL library" ;;
+ NONE) echo " OpenSSL library is not used" ;;
+ NO) echo " OpenSSL library is not found" ;;
+ *) echo " using OpenSSL library: $OPENSSL" ;;
esac
case $ZLIB in
- YES) echo " + using system zlib library" ;;
- NONE) echo " + zlib library is not used" ;;
- NO) echo " + zlib library is not found" ;;
- *) echo " + using zlib library: $ZLIB" ;;
+ YES) echo " using system zlib library" ;;
+ NONE) echo " zlib library is not used" ;;
+ NO) echo " zlib library is not found" ;;
+ *) echo " using zlib library: $ZLIB" ;;
esac
echo
@@ -65,10 +65,10 @@ if [ $HTTP_GZIP = YES ]; then
fi
-echo " nginx path prefix: $PREFIX"
-echo " nginx binary file: $SBIN_PATH"
-echo " nginx configuration file: $CONF_PATH"
-echo " nginx pid file: $PID_PATH"
-echo " nginx error log file: $ERROR_LOG_PATH"
-echo " nginx http access log file: $HTTP_LOG_PATH"
+echo " nginx path prefix: $PREFIX"
+echo " nginx binary file: $SBIN_PATH"
+echo " nginx configuration file: $CONF_PATH"
+echo " nginx pid file: $PID_PATH"
+echo " nginx error log file: $ERROR_LOG_PATH"
+echo " nginx http access log file: $HTTP_LOG_PATH"
echo