mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Clarify error text
This commit is contained in:
parent
32c2995ecc
commit
e3dcb0481e
1 changed files with 2 additions and 2 deletions
|
|
@ -1232,7 +1232,7 @@ if test $ol_with_tls != no ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
AC_WARN([TLS privacy protection not supported!])
|
AC_WARN([TLS data protection not supported!])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $ol_link_tls = yes ; then
|
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
|
elif test $ol_with_tls = auto ; then
|
||||||
AC_WARN([Could not locate TLS/SSL package])
|
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
|
elif test $ol_with_tls != no ; then
|
||||||
AC_ERROR([Could not locate TLS/SSL package])
|
AC_ERROR([Could not locate TLS/SSL package])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue