14 Oct
2010
14 Oct
'10
8:47 p.m.
On Thu, 2010-10-14 at 20:40 +0300, Eray Aslan wrote:
On 14.10.2010 19:14, Timo Sirainen wrote:
Why are you regenerating the files? Are you patching configure/Makefile.am? Why?
Dovecot tests has automagic dependency on valgrind which might fail on unsopported CPUs (with SSE4a instructions for example) which results in unpredictible and unreproducible test results.
So I need to patch Makefile.am to make valgrind optional and/or to take it out.
Can't you just make it run:
VALGRIND=no ./configure