1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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:
Ludovic Courtès 2009-11-24 22:07:16 +01:00
parent 81adf76a26
commit 6b1bc6e56a

View file

@ -349,7 +349,7 @@ AC_DEFUN([GUILE_THREAD_LOCAL_STORAGE], [
dnl http://lists.gnu.org/archive/html/guile-devel/2009-10/msg00138.html
dnl for details.
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"
;;
*)