]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Resolve all pkg-config flags at configure time.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 01:56:39 +0000 (17:56 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 02:03:31 +0000 (18:03 -0800)
Previously, we were resolving these within the Makefile. This had
the problem that if pkg-config was not present, the Makefile would
still invoke it resulting in ugly errors before the configure script
was even run, (which would finally present a kind error message about
pkg-config not being present).


No differences found