[gtk+] configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources



commit da755ada52a2ce482c1fc15be70e9f2dbd477201
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Apr 11 23:12:15 2012 +0300

    configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources
    
    No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0()
    does this for us.

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1a50405..2910127 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1497,13 +1497,6 @@ fi
 
 GLIB_GSETTINGS
 
-#############
-# Resources #
-#############
-
-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
-AC_SUBST(GLIB_COMPILE_RESOURCES)
-
 ##################################################
 # GObject introspection
 ##################################################



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