Improve TLS detection for systems with compiler support but no libc support.
authorLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 21:52:00 +0000 (23:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 21:52:00 +0000 (23:52 +0200)
commit96e15df109ccfdcc2f6b2cffc0b64a083f000903
tree1f5a87a5156b2698d1d46d1a650309685f54bdee
parentd94dcf59c684c3cf52c148ebd3867b0e98b6faa0
Improve TLS detection for systems with compiler support but no libc support.

* acinclude.m4 (GUILE_THREAD_LOCAL_STORAGE): Use `AC_LINK_IFELSE'
  instead of `AC_COMPILE_IFELSE'.
acinclude.m4