Thomas Jacob writes:

Hi everyone,

There's probably a small bug
in courier-imap-4.11's imap/configure.in,
in the part that tests for availability
of the setvbuf system call:

Currently the code is

AC_COMPILE_IFELSE([AC_LANG_PROGRAM([

#include <stdio.h>

int main()
{
   setvbuf(stderr, NULL, _IOLBF, BUFSIZ);
}
])],
        AC_DEFINE_UNQUOTED(HAVE_SETVBUF_IOLBF,1,[Whether
setvbuf(..._IOLBF) works])
)

but this results in two "int main ()..." clauses
being generated into the test code in imap/configure, presumably
because the seconde AC_LANG_PROGRAM parameter
is missing.

Not quite, it should be AC_LANG_SOURCE, instead.

Attachment: pgpFNGrmiEkgc.pgp
Description: PGP signature

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to