mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 12:11:10 +00:00
8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
|
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||
|
|
||
|
if test "x$libc_cv_gcc___thread" != xyes; then
|
||
|
{ { echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5
|
||
|
echo "$as_me: error: compiler support for __thread is required" >&2;}
|
||
|
{ (exit 1); exit 1; }; }
|
||
|
fi
|