build: remove unneeded AC_SUBST macros after PKG_CHECK_MODULES
authorBeniamino Galvani <bgalvani@redhat.com>
Sun, 12 Jul 2015 20:18:42 +0000 (22:18 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 4 Aug 2015 06:46:11 +0000 (08:46 +0200)
commit6b967e51aa203189e380f61e3a92f313c6009571
tree57ac8aef06c72b7d4475d13b83a1a3cb774ed48f
parent1c2883c940917e558e604e7ab0eeb1275d24a939
build: remove unneeded AC_SUBST macros after PKG_CHECK_MODULES

The PKG_CHECK_MODULES macro shipped with modern versions (at least
0.24) of pkg-config already calls AC_SUBST to generate ${PKG}_CFLAGS
and ${PKG}_LIBS variables in Makefiles.

Remove the unneeded occurrences of AC_SUBST after PKG_CHECK_MODULES in
configure.ac; this should be safe because we are already assuming that
pkg-config version is recent enough in some other places.
configure.ac