aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/configure.in
blob: 8350f86dc065c3aef4213d2bdb151831b67935c5 (plain)
1
2
3
4
5
6
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