diff 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
line wrap: on
line diff
--- a/auto/lib/sha1/conf
+++ b/auto/lib/sha1/conf
@@ -57,7 +57,7 @@ else
 
             # OpenSSL crypto library
 
-            ngx_feature="OpenSSL sha1 crypto library"
+            ngx_feature="sha1 in system OpenSSL crypto library"
             ngx_feature_incs="#include <openssl/sha.h>"
             ngx_feature_libs="-lcrypto"
             . auto/feature