diff options
author | Francis Dupont <fdupont@isc.org> | 2021-03-19 17:03:46 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-03-23 14:16:54 +0100 |
commit | 2d21404bf6b29213c55afec5c0d70429dee1ec53 (patch) | |
tree | 16af012f2ea6d28db45571748fc02ae60fd77e5c /m4macros/ax_crypto.m4 | |
parent | [#1748] Add a .gitignore (diff) | |
download | kea-2d21404bf6b29213c55afec5c0d70429dee1ec53.tar.xz kea-2d21404bf6b29213c55afec5c0d70429dee1ec53.zip |
[#1748] Addressed message content concerns
Diffstat (limited to 'm4macros/ax_crypto.m4')
-rw-r--r-- | m4macros/ax_crypto.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4 index 6bcac04ee9..c61e40175e 100644 --- a/m4macros/ax_crypto.m4 +++ b/m4macros/ax_crypto.m4 @@ -420,7 +420,7 @@ then [const int ec = ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ);])], [], - [AC_MSG_ERROR([Can not find a definition for stream_truncated (SSL short read) error])])]) + [AC_MSG_ERROR([Can not find a definition for stream_truncated (SSL short read) error: sorry, your boost library is too old])])]) CPPFLAGS=${CPPFLAGS_SAVED} fi ]) |