]> git.cworth.org Git - fips/commit
configure: Move the error message for pkg-config earlier
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 21:26:08 +0000 (14:26 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:07:11 +0000 (15:07 -0700)
commit4d29531b93f1a9bab2bea14a2722f9ae52359941
tree4968d08678e93dc11249b1d84d67920414c49129
parent9576d5da2feddff166696d7b48a8387859655b44
configure: Move the error message for pkg-config earlier

Once pkg-config cannot be found, there's no point in running the rest
of the configure script since it will just spew a bunch of errors due
to missing pkg-config.

So, stop early and let the user know that pkg-config needs to be
installed.
configure