mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Disable thread-local storage on Solaris 8.
* acinclude.m4 (GUILE_THREAD_LOCAL_STORAGE): Special-case `*solaris2.8'.
This commit is contained in:
parent
eb80072df0
commit
d7297d3923
1 changed files with 5 additions and 1 deletions
|
@ -348,8 +348,12 @@ AC_DEFUN([GUILE_THREAD_LOCAL_STORAGE], [
|
||||||
dnl explicitly check for known-broken systems. See
|
dnl explicitly check for known-broken systems. See
|
||||||
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.
|
||||||
|
dnl
|
||||||
|
dnl Known broken systems includes:
|
||||||
|
dnl - x86_64-unknown-netbsd5.0.
|
||||||
|
dnl - sparc-sun-solaris2.8
|
||||||
case "x$enable_shared--$host" in
|
case "x$enable_shared--$host" in
|
||||||
xyes--*netbsd[0-5].[0-9].)
|
xyes--*netbsd[0-5].[0-9].|xyes--*solaris2.8)
|
||||||
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