diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
| commit | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (patch) | |
| tree | fcd53429592c68f6fdf8d3ad4b0c151b9ebd5ff3 /auto/lib/make | |
| parent | 14f02ed0dde2ee19da75cd836daf76505d7f2e9c (diff) | |
| download | nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.gz nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.bz2 | |
nginx-0.0.3-2004-03-29-21:43:58 import
Diffstat (limited to 'auto/lib/make')
| -rw-r--r-- | auto/lib/make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/lib/make b/auto/lib/make index 3bab86b71..7acae504f 100644 --- a/auto/lib/make +++ b/auto/lib/make @@ -1,12 +1,12 @@ -if [ $PCRE != NO ]; then +if [ $PCRE != NONE -a $PCRE != NO ]; then . auto/lib/pcre/make fi -if [ $MD5 != NO ]; then +if [ $MD5 != NONE -a $MD5 != NO ]; then . auto/lib/md5/make fi -if [ $ZLIB != NO ]; then +if [ $ZLIB != NONE -a $ZLIB != NO ]; then . auto/lib/zlib/make fi |
