From 43527828798a93d4d0678358d90b66d3d4612d97 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 18 Apr 2013 14:26:08 +0000 Subject: Configure: uniformly refer to libs when searching for md5 and sha1. --- auto/lib/md5/conf | 6 +++--- auto/lib/sha1/conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index f9c1ed902..eb5dfd1f2 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -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 " @@ -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 " ngx_feature_libs="-lcrypto" diff --git a/auto/lib/sha1/conf b/auto/lib/sha1/conf index 1e644c02f..fd69afda2 100644 --- 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 " ngx_feature_libs="-lcrypto" . auto/feature -- cgit