mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Fix `GUILE_THREAD_LOCAL_STORAGE'.
* acinclude.m4 (GUILE_THREAD_LOCAL_STORAGE): Fix M4 quotation.
This commit is contained in:
parent
215e03127d
commit
527ba9b726
1 changed files with 8 additions and 8 deletions
|
@ -379,8 +379,8 @@ AC_DEFUN([GUILE_THREAD_LOCAL_STORAGE], [
|
|||
dnl On `x86_64-unknown-freebsd8.0', thread-local storage appears to
|
||||
dnl be reclaimed at the wrong time, leading to a segfault when
|
||||
dnl running `threads.test'. So disable it.
|
||||
case "x$enable_shared--$host_os" in
|
||||
xyes--netbsd[0-5].[0-9].|xyes--solaris2.8|xyes--freebsd[0-8]*)
|
||||
case "$enable_shared--$host_os" in
|
||||
[yes--netbsd[0-5].[0-9].|yes--solaris2.8|yes--freebsd[0-8]*])
|
||||
ac_cv_have_thread_storage_class="no"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue