From 1b995688933a32a79146bb72f43676d01f817765 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 1 Mar 2013 14:18:39 +0100 Subject: [PATCH] build: Remove gio resource compiler definition from configure.ac MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 36a1687..e62b4d4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ********************************************************** -- 2.7.4