]> git.notmuchmail.org Git - notmuch/commit
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)
commit222ee87dfefdd85ddbd7f148d5636746919d4100
treee13146a6e865ba1b3366e3b595fd544d721215f8
parente93520f1091ba67bfad317cfa9a75c4097e28db9
configure: Resolve all pkg-config flags at configure time.

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