diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 07:46:43 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 07:46:43 +0000 |
| commit | 7af6b16936b630feabecbce0dbc9cf84b4943481 (patch) | |
| tree | 18301d35a84907e66fe94ddc7600d4ec6d600409 /auto/lib | |
| parent | 9260294400c902904cdf791c9c2e8fd069feec63 (diff) | |
| download | nginx-7af6b16936b630feabecbce0dbc9cf84b4943481.tar.gz nginx-7af6b16936b630feabecbce0dbc9cf84b4943481.tar.bz2 | |
nginx-0.0.2-2004-02-09-10:46:43 import
Diffstat (limited to 'auto/lib')
| -rw-r--r-- | auto/lib/md5/conf | 4 | ||||
| -rw-r--r-- | auto/lib/zlib/conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index 1a54ed56a..ab8b51b44 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -1,5 +1,5 @@ -if [ $MD5 != NO ]; then +if [ $MD5 != NONE ]; then if grep MD5_Init $MD5/md5.h >/dev/null; then # OpenSSL md5 @@ -25,6 +25,8 @@ else ngx_lib_inc="#include <sys/types.h> #include <md5.h>" + MD5=NO + # Solaris 8/9 ngx_lib="rsaref md5" ngx_lib_test="MD5_CTX md5; MD5Init(&md5)" diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf index b8bbade0e..60fd8d880 100644 --- a/auto/lib/zlib/conf +++ b/auto/lib/zlib/conf @@ -1,5 +1,5 @@ -if [ $ZLIB != NO ]; then +if [ $ZLIB != NONE ]; then CORE_INCS="$CORE_INCS -I $ZLIB" if [ "$PLATFORM" = "win32" ]; then @@ -23,6 +23,8 @@ else if [ $ngx_found = yes ]; then CORE_LIBS="$CORE_LIBS $ngx_libs" ZLIB=YES + else + ZLIB=NO fi fi |
