build: Remove gio resource compiler definition from configure.ac
authorCarlos Garcia Campos <cgarcia@igalia.com>
Fri, 1 Mar 2013 13:18:39 +0000 (14:18 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 5 Mar 2013 09:12:44 +0000 (10:12 +0100)
The variable GLIB_COMPILE_RESOURCES is already set by AM_PATH_GLIB_2_0
macro. Spotted by Csaba Osztrogonác.

https://bugzilla.gnome.org/show_bug.cgi?id=694942

configure.ac

index 36a1687..e62b4d4 100644 (file)
@@ -306,12 +306,6 @@ fi
 AC_SUBST(MISSING_REGRESSION_TEST_PACKAGES)
 AM_CONDITIONAL(MISSING_REGRESSION_TEST_PACKAGES, test -n "$MISSING_REGRESSION_TEST_PACKAGES")
 
-dnl *********************
-dnl *** resource compiler
-dnl *********************
-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
-AC_SUBST(GLIB_COMPILE_RESOURCES)
-
 dnl **********************************************************
 dnl *** path of NTLM single-sign-on helper ntlm_auth
 dnl **********************************************************