mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Improve error message for OpenSSL header check.
bz#3668, ok djm@
This commit is contained in:
parent
cbbdf868bc
commit
efde85dda2
@ -2802,8 +2802,8 @@ if test "x$openssl" = "xyes" ; then
|
|||||||
AC_MSG_RESULT([$ssl_header_ver])
|
AC_MSG_RESULT([$ssl_header_ver])
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_RESULT([not found])
|
AC_MSG_RESULT([failed])
|
||||||
AC_MSG_ERROR([OpenSSL version header not found.])
|
AC_MSG_ERROR([OpenSSL version test program failed.])
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_WARN([cross compiling: not checking])
|
AC_MSG_WARN([cross compiling: not checking])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user