From 48a8029513c940e4fd053cb2a602fbaf82860768 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 13 Mar 2022 10:55:59 -0600 Subject: * Clarify the error message of the configure script that the requirement of the minimum version of Alpine is for version 1.0.0c also means to install development or headers files for the current version of openssl installed in their system. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index dbc5b787..1c23860a 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3-70-g09d2