]> git.cworth.org Git - notmuch/commit
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)
commit1682633f65061247d90129b73650593261eed892
tree30dd25581d13a31501ea145e37a4534248979c7d
parent880b21a097104bee5f50a444c5130695d143fd8a
configure: Fix valgrind check to take effect, and to work.

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.
configure