| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 3725 2014-05-31 16:29:38Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 4181 2014-07-06 13:11:44Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0beta4. |
| 5 |
|
# |
| 13996 |
|
fi |
| 13997 |
|
|
| 13998 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 13999 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5 |
| 14000 |
< |
$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; } |
| 13999 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8m or above" >&5 |
| 14000 |
> |
$as_echo_n "checking for OpenSSL 0.9.8m or above... " >&6; } |
| 14001 |
|
if test "$cross_compiling" = yes; then : |
| 14002 |
|
cf_openssl_version_ok=no |
| 14003 |
|
else |
| 14010 |
|
int |
| 14011 |
|
main () |
| 14012 |
|
{ |
| 14013 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000)); |
| 14013 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x009080dfL)); |
| 14014 |
|
; |
| 14015 |
|
return 0; |
| 14016 |
|
} |