Re: [PATCH] configure.ac: turn valgrind automagic into --enable-valgrind option

2014-11-17 Thread Matúš Kukan
Hi, On 2 November 2014 13:48, Andreas Sturmlechner wrote: > Hi! > > Please consider a patch to configure.ac. > > - valgrind headers might be present, but not wished for libreoffice > - if valgrind support is desired but for some reason not found, configure > should not keep quiet and continue A

[PATCH] configure.ac: turn valgrind automagic into --enable-valgrind option

2014-11-02 Thread Andreas Sturmlechner
Hi! Please consider a patch to configure.ac. - valgrind headers might be present, but not wished for libreoffice - if valgrind support is desired but for some reason not found, configure should not keep quiet and continue Attaching a patch that hopes to achieve this in as few lines as possible.