On Sun, Jun 19, 2005 at 12:38:58AM +0200, Tomasz Kojm said:
> On Sat, 18 Jun 2005 14:20:20 -0400
> Stephen Gran <[EMAIL PROTECTED]> wrote:
>
> > the following patch corrects this,a nd results in
> > /* #undef SENDMAIL_VERSION_A */
> > which is correct if sendmail is not installed
>
> Fixed in CVS
On Sat, 18 Jun 2005 14:20:20 -0400
Stephen Gran <[EMAIL PROTECTED]> wrote:
> the following patch corrects this,a nd results in
> /* #undef SENDMAIL_VERSION_A */
> which is correct if sendmail is not installed
Fixed in CVS.
Thanks,
--
oo. Tomasz Kojm <[EMAIL PROTECTED]>
(\/
Hello all,
the tests in configure.in (and finally configure) do the wrong thing for
the SENDMAIL_VERSION* macros if sendmail isn't found. Currently they
define SENDMAIL_VERSION_A and so forth, but give them a null value, like
#define SENDMAIL_VERSION_A
the following patch corrects this,a nd res