bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Re: v2.1 build failure


From: Simon Josefsson
Subject: [bug-mailutils] Re: v2.1 build failure
Date: Thu, 17 Sep 2009 08:08:24 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Sergey Poznyakoff <address@hidden> writes:

> Hi Simon,
>
>> I'm building it to setup a IMAP server with SCRAM-SHA-1 support via GNU
>> SASL.  I'm running into a build error:
>
> Probably you are compiling without GNU readline support, aren't you?
> Try the following patch:

Yes this solves the problem.  Thank you!

Btw, 'make check' works.

/Simon

> diff --git a/mail/mail.h b/mail/mail.h
> index 7eeb600..d9950b0 100644
> --- a/mail/mail.h
> +++ b/mail/mail.h
> @@ -476,6 +476,7 @@ extern char **exec_compl (int argc, char **argv, int ws);
>  # define alias_compl NULL
>  # define var_compl NULL
>  # define exec_compl NULL     
> +# define mailvar_set_compl NULL
>  #endif
>  
>  #ifdef __cplusplus
>
> Regards,
> Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]