diff options
author | YunQiang Su <syq@gcc.gnu.org> | 2024-06-20 07:02:33 +0800 |
---|---|---|
committer | YunQiang Su <syq@gcc.gnu.org> | 2024-06-20 07:02:33 +0800 |
commit | a334189739e13f8de1f9af99f8d16970435cebc4 (patch) | |
tree | 495de159ae53b1ce47f3ac382097045982a41419 | |
parent | f0204ae3861e5f2e6099719c2cb1718e064c8c12 (diff) | |
download | gcc-a334189739e13f8de1f9af99f8d16970435cebc4.zip gcc-a334189739e13f8de1f9af99f8d16970435cebc4.tar.gz gcc-a334189739e13f8de1f9af99f8d16970435cebc4.tar.bz2 |
Revert "Build: Fix typo ac_cv_search_pthread_crate"
This reverts commit 8088374a868aacab4dff208ec3e3fde790a1d9a3.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 2045700..88576b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |