diff options
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 ]) |