Comment 3 for bug 298085

Revision history for this message
Malcolm Scott (malcscott) wrote :

I suspect the problem to be lines 116-119 of maildrop/configure.in:

if test -d ${srcdir}/../courier
then
    COURIERAUTHCONFIG=""
fi

This check was added since the version of courier in hardy and appears to disable authlib support if maildrop is being built as part of the courier package (as it is here, before being split out into separate packages). I'm not sure why it does this!