Disable thread-local storage on Solaris 8.
authorLudovic Courtès <ludo@gnu.org>
Tue, 15 Dec 2009 18:22:19 +0000 (19:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Dec 2009 18:22:19 +0000 (19:22 +0100)
* acinclude.m4 (GUILE_THREAD_LOCAL_STORAGE): Special-case `*solaris2.8'.

acinclude.m4

index fdf20d4..2f1466b 100644 (file)
@@ -348,8 +348,12 @@ AC_DEFUN([GUILE_THREAD_LOCAL_STORAGE], [
      dnl explicitly check for known-broken systems.  See
      dnl http://lists.gnu.org/archive/html/guile-devel/2009-10/msg00138.html
      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
-       xyes--*netbsd[0-5].[0-9].)
+       xyes--*netbsd[0-5].[0-9].|xyes--*solaris2.8)
          ac_cv_have_thread_storage_class="no"
         ;;
        *)