summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2013-03-01 14:18:39 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2013-03-05 10:12:44 +0100
commit1b995688933a32a79146bb72f43676d01f817765 (patch)
treeec6b7425cdf66158b495a0ef586346a44497a088
parent6c24fd0e6d3d6a1b18829e72e2508ad6fcf6f9e7 (diff)
downloadlibsoup-1b995688933a32a79146bb72f43676d01f817765.tar.gz
libsoup-1b995688933a32a79146bb72f43676d01f817765.tar.bz2
libsoup-1b995688933a32a79146bb72f43676d01f817765.zip
build: Remove gio resource compiler definition from configure.ac
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
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 36a16878..e62b4d4e 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 **********************************************************