]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
authorStepan Kasal <kasal@ucw.cz>
Tue, 29 May 2007 11:46:29 +0000 (11:46 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 29 May 2007 11:46:29 +0000 (11:46 +0000)
ChangeLog
lib/autoconf/types.m4

index b44fdd6b9b5ebcb4f16a1a56f66df4a6b0625794..61fe34ed706552d3a21e246f15e5b72e9b27c2bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-29  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
+
 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
index eb3c8ef8ff85b673e48447fb1481f29c190e0e66..e9348878113cf8ad1c76fafa8356a79b97923de0 100644 (file)
@@ -664,7 +664,7 @@ AC_DEFUN([_AC_TYPE_UNSIGNED_INT],
       [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