diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
| commit | 0599b11937990b169c05f95eeaed7cf22d823740 (patch) | |
| tree | 3e52ebeadd8d0442e33ae96ec0ae9a755aa54696 /auto/options | |
| parent | a2b360d0b9196a130f9e39184edde69076d906ed (diff) | |
| download | nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.gz nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.bz2 | |
nginx-0.0.7-2004-07-25-22:34:14 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/options b/auto/options index c506062de..5aea141d6 100644 --- a/auto/options +++ b/auto/options @@ -42,6 +42,9 @@ USE_PCRE=NO PCRE=NONE PCRE_OPT= +USE_OPENSSL=NO +OPENSSL=NONE + USE_MD5=NO MD5=NONE MD5_OPT= @@ -103,6 +106,8 @@ do --with-pcre=*) PCRE="$value" ;; --with-pcre-opt=*) PCRE_OPT="$value" ;; + --with-openssl=*) OPENSSL="$value" ;; + --with-md5=*) MD5="$value" ;; --with-md5-opt=*) MD5_OPT="$value" ;; --with-md5-asm) MD5_ASM=YES ;; |
