]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
Don't link libnotmuch if libutil isn't linked in properly.
authorTom Prince <tom.prince@ualberta.net>
Sun, 13 Nov 2011 16:34:42 +0000 (11:34 -0500)
committerDavid Bremner <bremner@debian.org>
Sat, 19 Nov 2011 19:18:05 +0000 (15:18 -0400)
For some reason, on my machine, the link is picking up
/usr/lib/libutil.so instead of util/libutil.a. This causes there to be
undefined symbols in libnotmuch, making it unuseable. This patch causes
the link to fail instead.


No differences found