commit | 0599b11937990b169c05f95eeaed7cf22d823740 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Jul 25 18:34:14 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Jul 25 18:34:14 2004 +0000 |
tree | 3e52ebeadd8d0442e33ae96ec0ae9a755aa54696 | |
parent | a2b360d0b9196a130f9e39184edde69076d906ed [diff] [blame] |
nginx-0.0.7-2004-07-25-22:34:14 import
diff --git a/auto/lib/conf b/auto/lib/conf index 163193f..af2e9d7 100644 --- a/auto/lib/conf +++ b/auto/lib/conf
@@ -7,6 +7,10 @@ . auto/lib/md5/conf fi +if [ $USE_OPENSSL = YES ]; then + . auto/lib/openssl/conf +fi + if [ $USE_ZLIB = YES ]; then . auto/lib/zlib/conf fi