Hi,
  I noticed a typo and fixed it.
Stepan
2007-05-29  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.

Index: lib/autoconf/types.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/types.m4,v
retrieving revision 1.52
diff -u -r1.52 types.m4
--- lib/autoconf/types.m4       13 Apr 2007 07:52:58 -0000      1.52
+++ lib/autoconf/types.m4       29 May 2007 11:39:51 -0000
@@ -664,7 +664,7 @@
       [AC_DEFINE([_UINT$1_T], 1,
         [Define for Solaris 2.5.1 so the uint$1_t typedef from
          <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used.
-         If the typedef was allowed, the #define below would cause a
+         If the typedef were allowed, the #define below would cause a
          syntax error.])])
     AC_DEFINE_UNQUOTED([uint$1_t], [$ac_cv_c_uint$1_t],
       [Define to the type of an unsigned integer type of width exactly $1 bits

Reply via email to