On Fri, Dec 22, 2017 at 10:07:05AM +, Frediano Ziglio wrote:
> +int
> +main(int argc, char *argv[])
> +{
> +return 0;
> +}
> +#else
> +int
> +main(void)
> +{
> +return 0;
> +}
> +#endif
Have you considered disabling the test in Makefile.am when SASL is not
available?
Christophe
sign
Not currently working, is defining SASL functions used by the code.
As the symbols defined in the objects have more priority than the ones
defined by the libraries these function take precedence compared to
system library.
Signed-off-by: Frediano Ziglio
---
server/tests/.gitignore | 1 +
serv