From e3dcb0481ecd431ade2fbdccbe7cb8da09a52684 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 2 Apr 2002 18:16:13 +0000 Subject: [PATCH] Clarify error text --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.39.5