comparison auto/options @ 264:cd009bf7400d

nginx-0.0.2-2004-02-19-19:48:14 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Feb 2004 16:48:14 +0000
parents 43c26e85205a
children 5238e93961a1
comparison
equal deleted inserted replaced
263:43c26e85205a 264:cd009bf7400d
56 --without-http_gzip_module) HTTP_GZIP=NO ;; 56 --without-http_gzip_module) HTTP_GZIP=NO ;;
57 --without-http_proxy_module) HTTP_PROXY=NO ;; 57 --without-http_proxy_module) HTTP_PROXY=NO ;;
58 58
59 --with-cc=*) CC="$value" ;; 59 --with-cc=*) CC="$value" ;;
60 60
61 --without-pcre) USE_PCRE=NO ;; 61 --without-pcre) USE_PCRE=DISABLED ;;
62 --with-pcre=*) PCRE="$value" ;; 62 --with-pcre=*) PCRE="$value" ;;
63 --with-md5=*) MD5="$value" ;; 63 --with-md5=*) MD5="$value" ;;
64 --with-zlib=*) ZLIB="$value" ;; 64 --with-zlib=*) ZLIB="$value" ;;
65 65
66 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; 66 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;;