aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunQiang Su <syq@gcc.gnu.org>2024-06-20 07:02:33 +0800
committerYunQiang Su <syq@gcc.gnu.org>2024-06-20 07:02:33 +0800
commita334189739e13f8de1f9af99f8d16970435cebc4 (patch)
tree495de159ae53b1ce47f3ac382097045982a41419
parentf0204ae3861e5f2e6099719c2cb1718e064c8c12 (diff)
downloadgcc-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-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1469cd7..6e95b27 100755
--- a/configure
+++ b/configure
@@ -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