From: Kalev Lember Date: Wed, 11 Apr 2012 20:12:15 +0000 (+0300) Subject: configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources X-Git-Url: http://pileus.org/git/?p=~andy%2Fgtk;a=commitdiff_plain;h=da755ada52a2ce482c1fc15be70e9f2dbd477201 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. --- diff --git a/configure.ac b/configure.ac index 1a504052c..2910127a7 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 ##################################################