@@ -13176,7 +13176,7 @@ fi
13176
13176
13177
13177
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbedtls_cipher_setup in -lmbedcrypto" >&5
13178
13178
$as_echo_n "checking for mbedtls_cipher_setup in -lmbedcrypto... " >&6; }
13179
- if ${ac_cv_lib_mbedtls_mbedtls_cipher_setup +:} false; then :
13179
+ if ${ac_cv_lib_mbedcrypto_mbedtls_cipher_setup +:} false; then :
13180
13180
$as_echo_n "(cached) " >&6
13181
13181
else
13182
13182
ac_check_lib_save_LIBS=$LIBS
@@ -13200,17 +13200,17 @@ return mbedtls_cipher_setup ();
13200
13200
}
13201
13201
_ACEOF
13202
13202
if ac_fn_c_try_link "$LINENO"; then :
13203
- ac_cv_lib_mbedtls_mbedtls_cipher_setup =yes
13203
+ ac_cv_lib_mbedcrypto_mbedtls_cipher_setup =yes
13204
13204
else
13205
- ac_cv_lib_mbedtls_mbedtls_cipher_setup =no
13205
+ ac_cv_lib_mbedcrypto_mbedtls_cipher_setup =no
13206
13206
fi
13207
13207
rm -f core conftest.err conftest.$ac_objext \
13208
13208
conftest$ac_exeext conftest.$ac_ext
13209
13209
LIBS=$ac_check_lib_save_LIBS
13210
13210
fi
13211
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mbedtls_mbedtls_cipher_setup " >&5
13212
- $as_echo "$ac_cv_lib_mbedtls_mbedtls_cipher_setup " >&6; }
13213
- if test "x$ac_cv_lib_mbedtls_mbedtls_cipher_setup " = xyes; then :
13211
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mbedcrypto_mbedtls_cipher_setup " >&5
13212
+ $as_echo "$ac_cv_lib_mbedcrypto_mbedtls_cipher_setup " >&6; }
13213
+ if test "x$ac_cv_lib_mbedcrypto_mbedtls_cipher_setup " = xyes; then :
13214
13214
LIBS="-lmbedcrypto $LIBS"
13215
13215
else
13216
13216
as_fn_error $? "mbed TLS libraries not found." "$LINENO" 5
0 commit comments