On Feb 20, 2001, "John R. Jackson" <[EMAIL PROTECTED]> wrote:

> This appears to be caused by someone getting a little too enthusiastic
> with ssize_t (signed size type), which apparently your OS does not
> provide, at least in the normal include files.

It would probably be sufficient to add

AC_CHECK_TYPE (ssize_t, int)

in configure.in, right after we check for size_t.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to