[gcc r15-1458] Revert "Build: Fix typo ac_cv_search_pthread_crate"
YunQiang Su
syq@gcc.gnu.org
Wed Jun 19 23:03:17 GMT 2024
https://gcc.gnu.org/g:a334189739e13f8de1f9af99f8d16970435cebc4
commit r15-1458-ga334189739e13f8de1f9af99f8d16970435cebc4
Author: YunQiang Su <syq@gcc.gnu.org>
Date: Thu Jun 20 07:02:33 2024 +0800
Revert "Build: Fix typo ac_cv_search_pthread_crate"
This reverts commit 8088374a868aacab4dff208ec3e3fde790a1d9a3.
Diff:
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 1469cd735392..6e95b27d9df4 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 20457005e299..88576b31bfcd 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
More information about the Gcc-cvs
mailing list