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.
This commit is contained in:
Kalev Lember 2012-04-11 23:12:15 +03:00
parent 94116aec8e
commit da755ada52

View File

@ -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
##################################################