]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Use pkg-config --exists rather than --modversion
authorCarl Worth <cworth@cworth.org>
Tue, 16 Nov 2010 16:51:50 +0000 (08:51 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 16 Nov 2010 16:51:50 +0000 (08:51 -0800)
With --modversion we were asking for output that we were just throwing
away anyway. The --exists option does just what we want, (no output
and communivating only via return value).

Also, --exists allows for testing versions of the package as well.


No differences found