config: remove PKG_PROG_PKG_CONFIG test
authorGaetan Nadon <memsize@videotron.ca>
Tue, 7 Dec 2010 19:32:57 +0000 (14:32 -0500)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 8 Dec 2010 20:24:21 +0000 (15:24 -0500)
commit41664ba237e073efe16d88e7ff6593677b6ce6c3
tree24d98d9480a0774396d0505d16f30bb54b2f5811
parentf507660421c3f005dfba591166d5545464a5c282
config: remove PKG_PROG_PKG_CONFIG test

If pkg-config is missing, the configuration fails while initializing
XORG_* macros:

warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
line 11622: PKG_PROG_PKG_CONFIG: command not found

The output is sufficient to locate the problem.
It is not possible, or very difficult, to not have pkg-config
installed as the whole desktop and countless other software
depends on it.

Acked-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac