comparison auto/lib/sha1/conf @ 5179:b0a616778038

Configure: uniformly refer to libs when searching for md5 and sha1.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 18 Apr 2013 14:26:08 +0000
parents d620f497c50f
children 78f8ac479735
comparison
equal deleted inserted replaced
5178:42c309b80d7c 5179:b0a616778038
55 55
56 if [ $ngx_found = no ]; then 56 if [ $ngx_found = no ]; then
57 57
58 # OpenSSL crypto library 58 # OpenSSL crypto library
59 59
60 ngx_feature="OpenSSL sha1 crypto library" 60 ngx_feature="sha1 in system OpenSSL crypto library"
61 ngx_feature_incs="#include <openssl/sha.h>" 61 ngx_feature_incs="#include <openssl/sha.h>"
62 ngx_feature_libs="-lcrypto" 62 ngx_feature_libs="-lcrypto"
63 . auto/feature 63 . auto/feature
64 64
65 ngx_sha1_lib="system crypto" 65 ngx_sha1_lib="system crypto"