mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:40:29 +02:00
Really disable thread-local storage on NetBSD 5.0.
* acinclude.m4 (GUILE_THREAD_LOCAL_STORAGE): Adjust to match actual NetBSD 5 triplet, `x86_64-unknown-netbsd5.0.' (note the final dot).
This commit is contained in:
parent
81adf76a26
commit
6b1bc6e56a
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ AC_DEFUN([GUILE_THREAD_LOCAL_STORAGE], [
|
||||||
dnl http://lists.gnu.org/archive/html/guile-devel/2009-10/msg00138.html
|
dnl http://lists.gnu.org/archive/html/guile-devel/2009-10/msg00138.html
|
||||||
dnl for details.
|
dnl for details.
|
||||||
case "x$enable_shared--$host" in
|
case "x$enable_shared--$host" in
|
||||||
xyes--*netbsd[0-5].[0-9])
|
xyes--*netbsd[0-5].[0-9].)
|
||||||
ac_cv_have_thread_storage_class="no"
|
ac_cv_have_thread_storage_class="no"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue