]> git.sur5r.net Git - openldap/commitdiff
Clarify error text
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Apr 2002 18:16:13 +0000 (18:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Apr 2002 18:16:13 +0000 (18:16 +0000)
configure.in

index 6b759e8ac74250274e7b6cc0ec226d20074d3d26..68d7e632745d3aa40a436da09b802aca42338c44 100644 (file)
@@ -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])