]> git.cworth.org Git - notmuch/commitdiff
Wrap the compat header in extern "C" { } when compiling C++ sources
authorTomas Carnecky <tom@dbservice.com>
Tue, 27 Apr 2010 17:27:17 +0000 (19:27 +0200)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 17:39:54 +0000 (10:39 -0700)
This fixes a build error on OpenSolaris where the final liking of
notmuch fails because the linker can't find strcasestr() referenced
from thread.cc.


No differences found