mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Build: Fix typo ac_cv_search_pthread_crate
The correct variable name is ac_cv_search_pthread_create ChangeLog: PR bootstrap/115453 * configure.ac: Fix typo ac_cv_search_pthread_crate. * configure: Regnerate.
This commit is contained in:
parent
be18486825
commit
8088374a86
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_crate" = no; then
|
||||
elif test "$ac_cv_search_pthread_create" = 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_crate" = no; then
|
||||
elif test "$ac_cv_search_pthread_create" = no; then
|
||||
missing_rust_dynlibs="$missing_rust_dynlibs, libpthread"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user