]> git.notmuchmail.org Git - notmuch/commitdiff
Fix final link of notmuch binary to use C compiler if possible.
authorCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 18:51:56 +0000 (11:51 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 18:51:56 +0000 (11:51 -0700)
On Linux, a C program that depends on a C library which in turn
depends on a C++ can be linked with the C compiler, (avoiding a direct
link from the program to the C++ runtime libraries).

Other platforms with less fancy linkers need to use the C++ compiler
for this linking.


No differences found