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 8850 by michael, Sat Feb 9 18:34:12 2019 UTC vs.
Revision 8857 by michael, Sat Feb 9 18:53:54 2019 UTC

# Line 12637 | 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 1.0.1d and above" >&5
12641 < $as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d and above... " >&6; }
12640 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5
12641 > $as_echo_n "checking for LibreSSL or OpenSSL 1.0.1f and above... " >&6; }
12642    if test "$cross_compiling" = yes; then :
12643    cf_openssl_version_ok=no
12644   else
# Line 12651 | Line 12651 | else
12651   int
12652   main ()
12653   {
12654 < exit(!(OPENSSL_VERSION_NUMBER >= 0x1000104fL));
12654 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL));
12655    ;
12656    return 0;
12657   }
# Line 12954 | Line 12954 | for flag in -Wcast-align; do
12954    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12955   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12956   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
12957 + if eval \${$as_CACHEVAR+:} false; then :
12958 +  $as_echo_n "(cached) " >&6
12959 + else
12960 +
12961 +  ax_check_save_flags=$CFLAGS
12962 +  CFLAGS="$CFLAGS  $flag"
12963 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12964 + /* end confdefs.h.  */
12965 +
12966 + int
12967 + main ()
12968 + {
12969 +
12970 +  ;
12971 +  return 0;
12972 + }
12973 + _ACEOF
12974 + if ac_fn_c_try_compile "$LINENO"; then :
12975 +  eval "$as_CACHEVAR=yes"
12976 + else
12977 +  eval "$as_CACHEVAR=no"
12978 + fi
12979 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12980 +  CFLAGS=$ax_check_save_flags
12981 + fi
12982 + eval ac_res=\$$as_CACHEVAR
12983 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12984 + $as_echo "$ac_res" >&6; }
12985 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
12986 +
12987 + if ${CFLAGS+:} false; then :
12988 +
12989 +  case " $CFLAGS " in #(
12990 +  *" $flag "*) :
12991 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
12992 +  (: CFLAGS already contains $flag) 2>&5
12993 +  ac_status=$?
12994 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12995 +  test $ac_status = 0; } ;; #(
12996 +  *) :
12997 +
12998 +     as_fn_append CFLAGS " $flag"
12999 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13000 +  (: CFLAGS="$CFLAGS") 2>&5
13001 +  ac_status=$?
13002 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13003 +  test $ac_status = 0; }
13004 +     ;;
13005 + esac
13006 +
13007 + else
13008 +
13009 +  CFLAGS=$flag
13010 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13011 +  (: CFLAGS="$CFLAGS") 2>&5
13012 +  ac_status=$?
13013 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13014 +  test $ac_status = 0; }
13015 +
13016 + fi
13017 +
13018 + else
13019 +  :
13020 + fi
13021 +
13022 + done
13023 +
13024 +
13025 +
13026 +
13027 +
13028 + for flag in -Wcast-function-type; do
13029 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13030 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13031 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
13032   if eval \${$as_CACHEVAR+:} false; then :
13033    $as_echo_n "(cached) " >&6
13034   else

Diff Legend

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