Sometimes ssl.h is ssl/ssl.h. This is a simple fix so that it is

detected in those cases, more work is needed to abstract its location
so that programs can be compiled without change.
This commit is contained in:
Julio Sánchez Fernández 1999-04-29 16:55:43 +00:00
parent f23019c37a
commit 38098bcbc8
2 changed files with 547 additions and 537 deletions

1080
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -530,9 +530,9 @@ dnl
ol_link_tls=no
if test $ol_with_tls != no ; then
AC_CHECK_HEADERS(ssl.h)
AC_CHECK_HEADERS(ssl.h ssl/ssl.h)
if test $ac_cv_header_ssl_h = yes ; then
if test $ac_cv_header_ssl_h = yes -o $ac_cv_header_ssl_ssl_h = yes ; then
AC_CHECK_LIB(ssl, SSLeay_add_ssl_algorithms,
[have_ssleay=yes
need_rsaref=no],