--- hopm/trunk/configure 2018/09/23 09:25:41 8559 +++ hopm/trunk/configure 2018/10/14 09:32:34 8578 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 8550 2018-09-22 20:55:46Z michael . +# From configure.ac Id: configure.ac 8559 2018-09-23 09:25:41Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for hopm TRUNK. # @@ -638,8 +638,6 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -ENABLE_SSL_FALSE -ENABLE_SSL_TRUE LEXLIB LEX_OUTPUT_ROOT LEX @@ -12639,8 +12637,8 @@ $as_echo "disabled" >&6; } fi if test "$cf_enable_openssl" != "no"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 0.9.8o and above" >&5 -$as_echo_n "checking for LibreSSL or OpenSSL 0.9.8o and above... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1d and above" >&5 +$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d and above... " >&6; } if test "$cross_compiling" = yes; then : cf_openssl_version_ok=no else @@ -12653,7 +12651,7 @@ else int main () { - exit(!(OPENSSL_VERSION_NUMBER >= 0x009080ffL)); + exit(!(OPENSSL_VERSION_NUMBER >= 0x1000104fL)); ; return 0; } @@ -12772,15 +12770,6 @@ $as_echo "no - LibreSSL/OpenSSL support fi fi - if test "$ac_cv_lib_ssl_SSL_connect" = yes; then - ENABLE_SSL_TRUE= - ENABLE_SSL_FALSE='#' -else - ENABLE_SSL_TRUE='#' - ENABLE_SSL_FALSE= -fi - - # Check whether --enable-assert was given. if test "${enable_assert+set}" = set; then : @@ -14988,10 +14977,6 @@ if test -z "${am__fastdepCC_TRUE}" && te as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then - as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0