Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2016-10-24 13:53:11 +0300
committerMarius Ungureanu <teromario@yahoo.com>2016-10-25 17:27:49 +0300
commit054d60b2a290c5b6411507b89aadf7fe57c6d271 (patch)
treefef2973c50f7cda1a938070892c002519bf8802c /main/configure.ac
parent39d4790461ea072031f06753e959ee123e72e24b (diff)
[gnome] Replace deprecated GConf calls to GIO (GSettings)
Diffstat (limited to 'main/configure.ac')
-rw-r--r--main/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/configure.ac b/main/configure.ac
index 8c170dec7a..7d76f246ec 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -146,8 +146,6 @@ PKG_CHECK_MODULES(GNOME_SHARP, gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [g
AC_SUBST(GNOME_SHARP_LIBS)
PKG_CHECK_MODULES(GNOME_VFS_SHARP, gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gnome_vfs_sharp=yes], [gnome_vfs_sharp=no])
AC_SUBST(GNOME_VFS_SHARP_LIBS)
-PKG_CHECK_MODULES(GCONF_SHARP, gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gconf_sharp=yes], [gconf_sharp=no])
-AC_SUBST(GCONF_SHARP_LIBS)
gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
AC_SUBST(gtksharp_prefix)
@@ -211,9 +209,6 @@ if test x$enable_gnomeplatform = xyes; then
if test x$gnome_vfs_sharp = xno; then
AC_MSG_ERROR([Cannot enable GNOME platform without gnome-vfs-sharp-2.0])
fi
- if test x$gconf_sharp = xno; then
- AC_MSG_ERROR([Cannot enable GNOME platform without gconf-sharp-2.0])
- fi
platform_bindings="${platform_bindings}GNOME "
fi