mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
|
dnl configure fragment for new libpthread implementation.
|
||
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||
|
|
||
|
if test "x$libc_cv_gcc___thread" != xyes; then
|
||
|
AC_MSG_ERROR(compiler support for __thread is required)
|
||
|
fi
|