configure.ac: AC_SUBST "pkg_modules" as Its needed to generate the .pc file

This fixes commit fb7790f5b4
This commit is contained in:
Javier Jardón 2011-05-04 07:02:39 +01:00
parent fb7790f5b4
commit 11d46bf9fd
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ REQ_GTK_VERSION=2.90
REQ_GLIB_VERSION=2.26.0 REQ_GLIB_VERSION=2.26.0
pkg_modules="gdk-pixbuf-2.0 glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GLIB_VERSION" pkg_modules="gdk-pixbuf-2.0 glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GLIB_VERSION"
AC_SUBST([pkg_modules])
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION" tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"