]> git.kaiwu.me - nginx.git/commitdiff
Configure: uniformly refer to libs when searching for md5 and sha1.
authorRuslan Ermilov <ru@nginx.com>
Thu, 18 Apr 2013 14:26:08 +0000 (14:26 +0000)
committerRuslan Ermilov <ru@nginx.com>
Thu, 18 Apr 2013 14:26:08 +0000 (14:26 +0000)
auto/lib/md5/conf
auto/lib/sha1/conf

index f9c1ed902963a2291cdd40a3093159f9db9f7e8e..eb5dfd1f2362986fe771b7196e5190c73fc1c884 100644 (file)
@@ -52,7 +52,7 @@ else
 
             # FreeBSD, Solaris 10
 
-            ngx_feature="system md library"
+            ngx_feature="md5 in system md library"
             ngx_feature_name=NGX_HAVE_MD5
             ngx_feature_run=no
             ngx_feature_incs="#include <md5.h>"
@@ -67,7 +67,7 @@ else
 
             # Solaris 8/9
 
-            ngx_feature="system md5 library"
+            ngx_feature="md5 in system md5 library"
             ngx_feature_libs="-lmd5"
             . auto/feature
 
@@ -78,7 +78,7 @@ else
 
             # OpenSSL crypto library
 
-            ngx_feature="OpenSSL md5 crypto library"
+            ngx_feature="md5 in system OpenSSL crypto library"
             ngx_feature_name="NGX_OPENSSL_MD5"
             ngx_feature_incs="#include <openssl/md5.h>"
             ngx_feature_libs="-lcrypto"
index 1e644c02f12323fad7546b8166436bee43cd3443..fd69afda22bf7424066bf6b4d2017d4ae2c8009e 100644 (file)
@@ -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