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

This commit is contained in:
Stepan Kasal 2007-05-29 11:46:29 +00:00
parent 2f7eaa0d65
commit 29c932691f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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