diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-17 22:12:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-17 22:12:14 +0000 |
commit | fbb185220e30cc30a57d62aef6fefeff2d65ccdc (patch) | |
tree | 22722c10765e4f4d6d1a90dd5a97ca831b59a215 /configure.in | |
parent | 9bc70575abf780f16424614df8ace851b3adb96a (diff) | |
download | glibc-fbb185220e30cc30a57d62aef6fefeff2d65ccdc.zip glibc-fbb185220e30cc30a57d62aef6fefeff2d65ccdc.tar.gz glibc-fbb185220e30cc30a57d62aef6fefeff2d65ccdc.tar.bz2 |
typos
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5ed4faa..63e2da2 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 |