1 |
#! /bin/sh |
#! /bin/sh |
2 |
# 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 . |
3 |
# Guess values for system-dependent variables and create Makefiles. |
# Guess values for system-dependent variables and create Makefiles. |
4 |
# Generated by GNU Autoconf 2.69 for hopm TRUNK. |
# Generated by GNU Autoconf 2.69 for hopm TRUNK. |
5 |
# |
# |
638 |
am__EXEEXT_TRUE |
am__EXEEXT_TRUE |
639 |
LTLIBOBJS |
LTLIBOBJS |
640 |
LIBOBJS |
LIBOBJS |
|
ENABLE_SSL_FALSE |
|
|
ENABLE_SSL_TRUE |
|
641 |
LEXLIB |
LEXLIB |
642 |
LEX_OUTPUT_ROOT |
LEX_OUTPUT_ROOT |
643 |
LEX |
LEX |
12637 |
fi |
fi |
12638 |
|
|
12639 |
if test "$cf_enable_openssl" != "no"; then : |
if test "$cf_enable_openssl" != "no"; then : |
12640 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 0.9.8o and above" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1d and above" >&5 |
12641 |
$as_echo_n "checking for LibreSSL or OpenSSL 0.9.8o and above... " >&6; } |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d and above... " >&6; } |
12642 |
if test "$cross_compiling" = yes; then : |
if test "$cross_compiling" = yes; then : |
12643 |
cf_openssl_version_ok=no |
cf_openssl_version_ok=no |
12644 |
else |
else |
12651 |
int |
int |
12652 |
main () |
main () |
12653 |
{ |
{ |
12654 |
exit(!(OPENSSL_VERSION_NUMBER >= 0x009080ffL)); |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1000104fL)); |
12655 |
; |
; |
12656 |
return 0; |
return 0; |
12657 |
} |
} |
12770 |
fi |
fi |
12771 |
fi |
fi |
12772 |
|
|
|
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
|
|
ENABLE_SSL_TRUE= |
|
|
ENABLE_SSL_FALSE='#' |
|
|
else |
|
|
ENABLE_SSL_TRUE='#' |
|
|
ENABLE_SSL_FALSE= |
|
|
fi |
|
|
|
|
|
|
|
12773 |
|
|
12774 |
# Check whether --enable-assert was given. |
# Check whether --enable-assert was given. |
12775 |
if test "${enable_assert+set}" = set; then : |
if test "${enable_assert+set}" = set; then : |
14977 |
as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
14978 |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14979 |
fi |
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 |
|
14980 |
|
|
14981 |
: "${CONFIG_STATUS=./config.status}" |
: "${CONFIG_STATUS=./config.status}" |
14982 |
ac_write_fail=0 |
ac_write_fail=0 |