# HG changeset patch # User Ruslan Ermilov # Date 1366295168 0 # Node ID b0a616778038527e4b90e78667e712ba6d29685e # Parent 42c309b80d7cd51dc284913f0dbd6ff073b95675 Configure: uniformly refer to libs when searching for md5 and sha1. diff -r 42c309b80d7c -r b0a616778038 auto/lib/md5/conf --- a/auto/lib/md5/conf Thu Apr 18 14:16:44 2013 +0000 +++ b/auto/lib/md5/conf Thu Apr 18 14:26:08 2013 +0000 @@ -52,7 +52,7 @@ # 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 " @@ -67,7 +67,7 @@ # 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 @@ # 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 " ngx_feature_libs="-lcrypto" diff -r 42c309b80d7c -r b0a616778038 auto/lib/sha1/conf --- a/auto/lib/sha1/conf Thu Apr 18 14:16:44 2013 +0000 +++ b/auto/lib/sha1/conf Thu Apr 18 14:26:08 2013 +0000 @@ -57,7 +57,7 @@ # OpenSSL crypto library - ngx_feature="OpenSSL sha1 crypto library" + ngx_feature="sha1 in system OpenSSL crypto library" ngx_feature_incs="#include " ngx_feature_libs="-lcrypto" . auto/feature