Switch from the old AM_PATH_CHECK macro to pkg-config.
authorJamey Sharp <jamey@minilop.net>
Fri, 17 Nov 2006 01:02:17 +0000 (17:02 -0800)
committerJamey Sharp <jamey@minilop.net>
Fri, 17 Nov 2006 01:02:17 +0000 (17:02 -0800)
commit3634299ecc5223e8505d19468cf04770ac08ec14
tree3aafce6a1b68716b40b47a6349239cda4297674d
parent82762555a1af0b170d01e2042eefe34086e6c132
Switch from the old AM_PATH_CHECK macro to pkg-config.

check 0.9.4 is now required to build XCB's unit tests.

The version that we were requiring was not actually new enough to let
our unit tests compile, and the AM_PATH_CHECK macro is now considered
deprecated. We know that versions of check using pkg-config are new
enough to work, and the check dependency was optional anyway, so we've
dropped support for older versions.
configure.ac