Revert "Build: Fix typo ac_cv_search_pthread_crate"

This reverts commit 8088374a86.
This commit is contained in:
YunQiang Su 2024-06-20 07:02:33 +08:00
parent f0204ae386
commit a334189739
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -9002,7 +9002,7 @@ fi
if test "$ac_cv_search_pthread_create" = -lpthread; then
CRAB1_LIBS="$CRAB1_LIBS -lpthread"
elif test "$ac_cv_search_pthread_create" = no; then
elif test "$ac_cv_search_pthread_crate" = no; then
missing_rust_dynlibs="$missing_rust_dynlibs, libpthread"
fi

View File

@ -2053,7 +2053,7 @@ fi
if test "$ac_cv_search_pthread_create" = -lpthread; then
CRAB1_LIBS="$CRAB1_LIBS -lpthread"
elif test "$ac_cv_search_pthread_create" = no; then
elif test "$ac_cv_search_pthread_crate" = no; then
missing_rust_dynlibs="$missing_rust_dynlibs, libpthread"
fi