diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:25:46 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:25:46 +0000 |
| commit | 36efca02afd1216fb2a4fb2e5488dd1294ce5e5b (patch) | |
| tree | 463a36b3387e52aaa6de6debf72d8cb40810c465 /auto/lib/conf | |
| parent | 59bd89ca8c687c8ea24866e9c73a4b477132b567 (diff) | |
| download | nginx-36efca02afd1216fb2a4fb2e5488dd1294ce5e5b.tar.gz nginx-36efca02afd1216fb2a4fb2e5488dd1294ce5e5b.tar.bz2 | |
r2011 merge:
simplify library autoconfigure
Diffstat (limited to 'auto/lib/conf')
| -rw-r--r-- | auto/lib/conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/lib/conf b/auto/lib/conf index 6411dabfb..fcf2b3f63 100644 --- a/auto/lib/conf +++ b/auto/lib/conf @@ -16,6 +16,7 @@ if [ $USE_MD5 = YES ]; then have=NGX_HAVE_OPENSSL_MD5_H . auto/have have=NGX_OPENSSL_MD5 . auto/have MD5=YES + MD5_LIB=OpenSSL else . auto/lib/md5/conf @@ -28,6 +29,7 @@ if [ $USE_SHA1 = YES ]; then if [ $OPENSSL != NONE -a $OPENSSL != NO ]; then have=NGX_HAVE_OPENSSL_SHA1_H . auto/have SHA1=YES + SHA1_LIB=OpenSSL else . auto/lib/sha1/conf |
