]> git.notmuchmail.org Git - notmuch/commit
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)
commit8df28ec509104773654c2bdd2f208ecb167d5a80
tree86069104c47b1fd0b9158956325614a213a230e4
parent7278383005de3a0d61ac3471162e7ef633d45076
configure: Use pkg-config --exists rather than --modversion

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