On 3/7/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
The first error mentioned (at vim:h:41) is part of the following:
# if (SIZEOF_INT == 0)
     Error: configure did not run properly.  Check auto/config.log.
# endif

Shouldn't that be:

# if (SIZEOF_INT == 0)
#     error  Configure did not run properly.  Check auto/config.log.
# endif

--
Rodolfo Borges

Reply via email to