ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure
(Generate patch)

Comparing hopm/trunk/configure (file contents):
Revision 8559 by michael, Sun Sep 23 09:25:41 2018 UTC vs.
Revision 8578 by michael, Sun Oct 14 09:32:34 2018 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 8550 2018-09-22 20:55:46Z michael .
2 > # From configure.ac Id: configure.ac 8559 2018-09-23 09:25:41Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for hopm TRUNK.
5   #
# Line 638 | Line 638 | ac_subst_vars='am__EXEEXT_FALSE
638   am__EXEEXT_TRUE
639   LTLIBOBJS
640   LIBOBJS
641 ENABLE_SSL_FALSE
642 ENABLE_SSL_TRUE
641   LEXLIB
642   LEX_OUTPUT_ROOT
643   LEX
# Line 12639 | Line 12637 | $as_echo "disabled" >&6; }
12637   fi
12638  
12639   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
12641 < $as_echo_n "checking for LibreSSL or OpenSSL 0.9.8o and above... " >&6; }
12640 >  { $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 1.0.1d and above... " >&6; }
12642    if test "$cross_compiling" = yes; then :
12643    cf_openssl_version_ok=no
12644   else
# Line 12653 | Line 12651 | else
12651   int
12652   main ()
12653   {
12654 < exit(!(OPENSSL_VERSION_NUMBER >= 0x009080ffL));
12654 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1000104fL));
12655    ;
12656    return 0;
12657   }
# Line 12772 | Line 12770 | $as_echo "no - LibreSSL/OpenSSL support
12770   fi
12771   fi
12772  
12775 if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
12776  ENABLE_SSL_TRUE=
12777  ENABLE_SSL_FALSE='#'
12778 else
12779  ENABLE_SSL_TRUE='#'
12780  ENABLE_SSL_FALSE=
12781 fi
12782
12783
12773  
12774    # Check whether --enable-assert was given.
12775   if test "${enable_assert+set}" = set; then :
# Line 14988 | Line 14977 | if test -z "${am__fastdepCC_TRUE}" && te
14977    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14978   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14979   fi
14991 if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14992  as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14993 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14994 fi
14980  
14981   : "${CONFIG_STATUS=./config.status}"
14982   ac_write_fail=0

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)