From: Quanah Gibson-Mount Date: Tue, 16 May 2023 16:55:32 +0000 (+0000) Subject: ITS#10039 - Regenerate configure X-Git-Tag: OPENLDAP_REL_ENG_2_5_15~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84fd32397025e2b5b4d1ecc4115ae3a8d8da2ef;p=thirdparty%2Fopenldap.git ITS#10039 - Regenerate configure --- diff --git a/configure b/configure index cc5ee53716..6d8e58419d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: 83ef5280475a7529b44a783ec58790269a6214e2 . +# From configure.ac Id: 8e71453eecd6102e9bc5834a05f7fb7aca29c99f . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69. # @@ -17440,9 +17440,9 @@ See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.err conftest.i conftest.$ac_ext - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_export_keying_material_early in -lssl" >&5 -$as_echo_n "checking for SSL_export_keying_material_early in -lssl... " >&6; } -if ${ac_cv_lib_ssl_SSL_export_keying_material_early+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_CTX_set_ciphersuites in -lssl" >&5 +$as_echo_n "checking for SSL_CTX_set_ciphersuites in -lssl... " >&6; } +if ${ac_cv_lib_ssl_SSL_CTX_set_ciphersuites+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17456,27 +17456,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext #ifdef __cplusplus extern "C" #endif -char SSL_export_keying_material_early (); +char SSL_CTX_set_ciphersuites (); int main () { -return SSL_export_keying_material_early (); +return SSL_CTX_set_ciphersuites (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_ssl_SSL_export_keying_material_early=yes + ac_cv_lib_ssl_SSL_CTX_set_ciphersuites=yes else - ac_cv_lib_ssl_SSL_export_keying_material_early=no + ac_cv_lib_ssl_SSL_CTX_set_ciphersuites=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_export_keying_material_early" >&5 -$as_echo "$ac_cv_lib_ssl_SSL_export_keying_material_early" >&6; } -if test "x$ac_cv_lib_ssl_SSL_export_keying_material_early" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_CTX_set_ciphersuites" >&5 +$as_echo "$ac_cv_lib_ssl_SSL_CTX_set_ciphersuites" >&6; } +if test "x$ac_cv_lib_ssl_SSL_CTX_set_ciphersuites" = xyes; then : have_openssl=yes else have_openssl=no