Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-25 22:34:14 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-25 22:34:14 +0400
commit0599b11937990b169c05f95eeaed7cf22d823740 (patch)
tree3e52ebeadd8d0442e33ae96ec0ae9a755aa54696 /auto/lib/make
parenta2b360d0b9196a130f9e39184edde69076d906ed (diff)
nginx-0.0.7-2004-07-25-22:34:14 import
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/make b/auto/lib/make
index 2c2d23286..377fc7aa7 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -7,6 +7,10 @@ if [ $MD5 != NONE -a $MD5 != NO -a $MD5 != YES ]; then
. auto/lib/md5/make
fi
+if [ $OPENSSL != NONE -a $OPENSSL != NO -a $OPENSSL != YES ]; then
+ . auto/lib/openssl/make
+fi
+
if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then
. auto/lib/zlib/make
fi