summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-17 22:12:14 +0000
committerRoland McGrath <roland@gnu.org>2002-10-17 22:12:14 +0000
commitfbb185220e30cc30a57d62aef6fefeff2d65ccdc (patch)
tree22722c10765e4f4d6d1a90dd5a97ca831b59a215 /configure.in
parent9bc70575abf780f16424614df8ace851b3adb96a (diff)
typos
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5ed4faa1f7..63e2da2a6d 100644
--- a/configure.in
+++ b/configure.in
@@ -1617,8 +1617,8 @@ dnl Check whether the compiler supports the __thread keyword.
if test "x$use__thread" != xno; then
AC_CACHE_CHECK([for __thread], libc_cv_gcc___thread,
[cat > conftest.c <<\EOF
- __thread int a = 42;
- EOF
+__thread int a = 42;
+EOF
if AC_TRY_COMMAND([${CC-cc} $CFLAGS -c conftest.c >&AC_FD_CC]); then
libc_cv_gcc___thread=yes
else