summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/make
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-18 19:06:02 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-18 19:06:02 +0000
commit9bfb434d241816749077e21f499b8efd41c3625d (patch)
treedefc89b07684b0bd31b77dd61825893e434392ba /auto/lib/make
parent32075f53e94183c647da58d4d832a58725d36c49 (diff)
downloadnginx-9bfb434d241816749077e21f499b8efd41c3625d.tar.gz
nginx-9bfb434d241816749077e21f499b8efd41c3625d.tar.bz2
nginx-0.0.3-2004-04-18-23:06:02 import
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/lib/make b/auto/lib/make
index 7acae504f..2c2d23286 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -1,12 +1,12 @@
-if [ $PCRE != NONE -a $PCRE != NO ]; then
+if [ $PCRE != NONE -a $PCRE != NO -a $PCRE != YES ]; then
. auto/lib/pcre/make
fi
-if [ $MD5 != NONE -a $MD5 != NO ]; then
+if [ $MD5 != NONE -a $MD5 != NO -a $MD5 != YES ]; then
. auto/lib/md5/make
fi
-if [ $ZLIB != NONE -a $ZLIB != NO ]; then
+if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then
. auto/lib/zlib/make
fi