Bug#374381: Suggestion for a fix

2006-06-19 Thread Martin Lambers
On Mon, 19. Jun 2006, 10:09:35 +0200, Julien Louis wrote: > > This is probably caused by the following change between 1.4.5 and 1.4.6: > > > > - configure.ac: Rely on PKG_CHECK_MODULES to find GSASL, do not fall back to > > manual detection, to prevent using an incompatible version of GSASL. >

Bug#374381: Suggestion for a fix

2006-06-19 Thread Julien Louis
On Mon, Jun 19, 2006 at 06:39:22AM +0200, Martin Lambers wrote: > > This is probably caused by the following change between 1.4.5 and 1.4.6: > > - configure.ac: Rely on PKG_CHECK_MODULES to find GSASL, do not fall back to > manual detection, to prevent using an incompatible version of GSASL. A

Bug#374381: Suggestion for a fix

2006-06-18 Thread Martin Lambers
This is probably caused by the following change between 1.4.5 and 1.4.6: - configure.ac: Rely on PKG_CHECK_MODULES to find GSASL, do not fall back to manual detection, to prevent using an incompatible version of GSASL. So msmtp now depends on pkg-config to find GNU SASL during the build. Mart