]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Fix valgrind check to take effect, and to work.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 23:52:44 +0000 (15:52 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:33:25 +0000 (16:33 -0800)
We were missing an "override" directive in the assignment of CFLAGS
within Makefile.config so it was actually having no effect. Then, we
were also failing to get the proper include path for valgrind.h so
it wouldn't have worked even it were having effect. Fix both problems.


No differences found