mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8353 - Regenerate configure
This commit is contained in:
parent
75629f002e
commit
55025e593c
20
configure
vendored
20
configure
vendored
@ -15536,9 +15536,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
if test $ac_cv_header_openssl_ssl_h = yes ; then
|
if test $ac_cv_header_openssl_ssl_h = yes ; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_CTX_set_msg_callback in -lssl" >&5
|
||||||
$as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
|
$as_echo_n "checking for SSL_CTX_set_msg_callback in -lssl... " >&6; }
|
||||||
if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then :
|
if test "${ac_cv_lib_ssl_SSL_CTX_set_msg_callback+set}" = set; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
ac_check_lib_save_LIBS=$LIBS
|
ac_check_lib_save_LIBS=$LIBS
|
||||||
@ -15552,27 +15552,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
#endif
|
#endif
|
||||||
char SSL_library_init ();
|
char SSL_CTX_set_msg_callback ();
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
return SSL_library_init ();
|
return SSL_CTX_set_msg_callback ();
|
||||||
;
|
;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
_ACEOF
|
_ACEOF
|
||||||
if ac_fn_c_try_link "$LINENO"; then :
|
if ac_fn_c_try_link "$LINENO"; then :
|
||||||
ac_cv_lib_ssl_SSL_library_init=yes
|
ac_cv_lib_ssl_SSL_CTX_set_msg_callback=yes
|
||||||
else
|
else
|
||||||
ac_cv_lib_ssl_SSL_library_init=no
|
ac_cv_lib_ssl_SSL_CTX_set_msg_callback=no
|
||||||
fi
|
fi
|
||||||
rm -f core conftest.err conftest.$ac_objext \
|
rm -f core conftest.err conftest.$ac_objext \
|
||||||
conftest$ac_exeext conftest.$ac_ext
|
conftest$ac_exeext conftest.$ac_ext
|
||||||
LIBS=$ac_check_lib_save_LIBS
|
LIBS=$ac_check_lib_save_LIBS
|
||||||
fi
|
fi
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_CTX_set_msg_callback" >&5
|
||||||
$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
|
$as_echo "$ac_cv_lib_ssl_SSL_CTX_set_msg_callback" >&6; }
|
||||||
if test "x$ac_cv_lib_ssl_SSL_library_init" = x""yes; then :
|
if test "x$ac_cv_lib_ssl_SSL_CTX_set_msg_callback" = x""yes; then :
|
||||||
have_openssl=yes
|
have_openssl=yes
|
||||||
need_rsaref=no
|
need_rsaref=no
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user