[gnome-todo/gnome-3-24] project: get GLib resource compiler by using PKG_CHECK_VAR macro.
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/gnome-3-24] project: get GLib resource compiler by using PKG_CHECK_VAR macro.
- Date: Fri, 28 Apr 2017 13:12:57 +0000 (UTC)
commit c22ec5306481faf07becf864442c339869118590
Author: Iñigo MartÃnez <inigomartinez gmail com>
Date: Tue Apr 25 15:49:07 2017 +0200
project: get GLib resource compiler by using PKG_CHECK_VAR macro.
https://bugzilla.gnome.org/show_bug.cgi?id=781718
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a7264ce..59d32d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ dnl Misc
dnl ================================================================
AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+PKG_CHECK_VAR([GLIB_COMPILE_RESOURCES], [gio-2.0], [glib_compile_resources])
AC_SUBST([GLIB_COMPILE_RESOURCES])
PKG_CHECK_MODULES(GNOME_TODO,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]