[gedit-collaboration] Use AC_PATH_PROG() for finding glib-compile-resources



commit 81fa1aab0f1ea7b57bf693c32f5df9c9071ae634
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Apr 11 22:57:46 2012 +0300

    Use AC_PATH_PROG() for finding glib-compile-resources
    
    ... similar to how glib-genmarshal is found.

 configure.ac |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 63d31ec..4434605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,14 +79,9 @@ dnl ================================================================
 GLIB_GSETTINGS
 
 dnl ================================================================
-dnl GResource stuff
-dnl ================================================================
-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
-AC_SUBST(GLIB_COMPILE_RESOURCES)
-
-dnl ================================================================
 dnl Misc
 dnl ================================================================
+AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 
 if test "$platform_win32" = yes; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]