mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
(LIBUNWIND___THREAD): Check $enable___thread instead of $use__thread.
(Logical change 1.101)
This commit is contained in:
parent
1be40c4ff6
commit
d75c356fc8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
AC_DEFUN([LIBUNWIND___THREAD],
|
||||
[dnl Check whether the compiler supports the __thread keyword.
|
||||
if test "x$use__thread" != xno; then
|
||||
if test "x$enable___thread" != xno; then
|
||||
AC_CACHE_CHECK([for __thread], libc_cv_gcc___thread,
|
||||
[cat > conftest.c <<\EOF
|
||||
__thread int a = 42;
|
||||
|
|
Loading…
Reference in a new issue