From: Kurt Zeilenga Date: Tue, 2 Apr 2002 18:16:13 +0000 (+0000) Subject: Clarify error text X-Git-Tag: OPENLDAP_REL_ENG_2_MP~263 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3dcb0481ecd431ade2fbdccbe7cb8da09a52684;p=openldap Clarify error text --- diff --git a/configure.in b/configure.in index 6b759e8ac7..68d7e63274 100644 --- a/configure.in +++ b/configure.in @@ -1232,7 +1232,7 @@ if test $ol_with_tls != no ; then fi else - AC_WARN([TLS privacy protection not supported!]) + AC_WARN([TLS data protection not supported!]) fi if test $ol_link_tls = yes ; then @@ -1240,7 +1240,7 @@ if test $ol_link_tls = yes ; then elif test $ol_with_tls = auto ; then AC_WARN([Could not locate TLS/SSL package]) - AC_WARN([TLS privacy protection not supported!]) + AC_WARN([TLS data protection not supported!]) elif test $ol_with_tls != no ; then AC_ERROR([Could not locate TLS/SSL package])