autoconf: More informative errors when pkg-config macros undefined
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 12 Dec 2007 16:48:30 +0000 (08:48 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 12 Dec 2007 16:48:30 +0000 (08:48 -0800)
commit41b00707e20f0c07e0dce055884c773de4b82612
treed9d6134abbefcb10c5adc5056d7edb6198cdb46c
parentaab38cfc43581e0d09195c2e53092d355a09841c
autoconf: More informative errors when pkg-config macros undefined

Added a check that PKG_PROG_PKG_CONFIG is defined before calling it so
the user can see a proper error. Without it, the generated configure
script will just pass on to the next statement and bomb with a strange
shell syntax error.
configure.ac