Replace missing AC_SUBST to fix .pc file

This commit is contained in:
William Jon McCann 2010-10-09 02:19:31 -04:00
parent db7eb0180c
commit f4e06fb372
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ pkg_modules="gdk-pixbuf-2.0 glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_V
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_LIBS)
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(pkg_modules)
tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION dbus-glib-1 >= $REQ_DBUS_VERSION"
PKG_CHECK_MODULES(TESTS, [$tests_modules])