search for: ssl_header_v

Displaying 1 result from an estimated 1 matches for "ssl_header_v".

Did you mean: ssl_header_ver
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
...[ AC_MSG_RESULT(no) AC_DEFINE(SSHD_ACQUIRES_CTTY) + ], + [ + AC_MSG_RESULT(yes) + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.]) ] ) fi @@ -1011,6 +1028,10 @@ [ AC_MSG_RESULT(not found) AC_MSG_ERROR(OpenSSL version header not found.) + ], + [ + ssl_header_ver="VERSION" + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to $ssl_header_ver]) ] ) @@ -1044,6 +1065,10 @@ [ AC_MSG_RESULT(not found) AC_MSG_ERROR(OpenSSL library not found.) + ], + [ + ssl_library_ver="VERSION" + AC_MSG_WARN([Cannot run test when...