2008-07-30 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / config / tls.m4
index b6c4c4a6a7da5677506dcf92f3928c9891e311b6..acb123f6986d499a37d24816065cb53c57e34436 100644 (file)
@@ -77,7 +77,7 @@ AC_DEFUN([GCC_CHECK_TLS], [
 dnl Check whether the target assembler supports TLS.
 AC_DEFUN([GCC_CHECK_CC_TLS], [
   GCC_ENABLE(tls, yes, [], [Use thread-local storage])
-  AC_CACHE_CHECK([whether the target asssembler upports thread-local storage],
+  AC_CACHE_CHECK([whether the target assembler supports thread-local storage],
                 gcc_cv_have_cc_tls, [
     AC_COMPILE_IFELSE([__thread int a; int b; int main() { return a = b; }],
       [gcc_cv_have_cc_tls=yes], [gcc_cv_have_cc_tls=no])]
This page took 0.030906 seconds and 4 git commands to generate.