diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -19597,7 +19597,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test "x$alpine_SSLTYPE" = "xnone" ; then - as_fn_error $? "Install openssl version >= 1.0.0c" "$LINENO" 5 + as_fn_error $? "Install development/header files for your current version of openssl (minimum required version is 1.0.0c)" "$LINENO" 5 exit 1 fi fi diff --git a/configure.ac b/configure.ac index 9549ddb6..eecde374 100644 --- a/configure.ac +++ b/configure.ac @@ -1532,7 +1532,7 @@ if test "x$alpine_SSLTYPE" != "xnone" -a "x$alpine_SSLPROVIDER" != "xlibressl" ; [ AC_MSG_WARN([cross compiling: not checking])]) if test "x$alpine_SSLTYPE" = "xnone" ; then - AC_MSG_ERROR(Install openssl version >= 1.0.0c) + AC_MSG_ERROR([Install development/header files for your current version of openssl (minimum required version is 1.0.0c)]) exit 1 fi fi diff --git a/pith/pine.hlp b/pith/pine.hlp index eb817912..fc2e5a4b 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 638 2022-03-07 02:07:21 +Alpine Commit 639 2022-03-13 10:52:22 ============= h_news ================= <HTML> <HEAD> |