mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Revert "Build: Fix typo ac_cv_search_pthread_crate"
This reverts commit 8088374a86
.
This commit is contained in:
parent
f0204ae386
commit
a334189739
2
configure
vendored
2
configure
vendored
@ -9002,7 +9002,7 @@ fi
|
|||||||
|
|
||||||
if test "$ac_cv_search_pthread_create" = -lpthread; then
|
if test "$ac_cv_search_pthread_create" = -lpthread; then
|
||||||
CRAB1_LIBS="$CRAB1_LIBS -lpthread"
|
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"
|
missing_rust_dynlibs="$missing_rust_dynlibs, libpthread"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -2053,7 +2053,7 @@ fi
|
|||||||
|
|
||||||
if test "$ac_cv_search_pthread_create" = -lpthread; then
|
if test "$ac_cv_search_pthread_create" = -lpthread; then
|
||||||
CRAB1_LIBS="$CRAB1_LIBS -lpthread"
|
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"
|
missing_rust_dynlibs="$missing_rust_dynlibs, libpthread"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user