Revert "Build: Fix typo ac_cv_search_pthread_crate"
This reverts commit 8088374a86
.
This commit is contained in:
parent
f0204ae386
commit
a334189739
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue