diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:29:10 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:29:10 +0000 |
| commit | d49e7d869c1608e8f001967add48833cedd4038c (patch) | |
| tree | f3a566fa255a15f7303d495a06538219edd530f3 /auto/lib/md5/conf | |
| parent | 8a6c783ac7c6e7372e1a45eaf74448cedf4fbb24 (diff) | |
| download | nginx-d49e7d869c1608e8f001967add48833cedd4038c.tar.gz nginx-d49e7d869c1608e8f001967add48833cedd4038c.tar.bz2 | |
merge r2950, r2951:
cache related fixes:
*) fix building --without-http-cache, broken in r2945
*) fix ./configure error message
Diffstat (limited to '')
| -rw-r--r-- | auto/lib/md5/conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index d4ef0070e..246ee02f7 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -100,9 +100,9 @@ cat << END $0: error: the HTTP cache module requires md5 functions from OpenSSL library. You can either disable the module by using ---without-http_cache option, or install the OpenSSL library into the system, +--without-http-cache option, or install the OpenSSL library into the system, or build the OpenSSL library statically from the source with nginx by using ---with-openssl=<path> option. +--with-http_ssl_module --with-openssl=<path> options. END exit 1 |
