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-25 14:53:49 +0300
committerMarius Ungureanu <teromario@yahoo.com>2016-10-25 17:27:49 +0300
commitc1f6d3c05d8170d2c4fc3a73012206f7e4622a64 (patch)
treef1d8e0adace7881349d3ebf282cd0ca91647e794 /main/configure.ac
parentddbd3c59b56a5d8c51e10eb79ca050782b6dc4b1 (diff)
[gnome] Remove dead GNOME VFS code too. No more GNOME#!
Diffstat (limited to 'main/configure.ac')
-rw-r--r--main/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/configure.ac b/main/configure.ac
index 6a304d1c35..0762dfed70 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -141,10 +141,6 @@ AC_SUBST(GLADE_SHARP_LIBS)
PKG_CHECK_MODULES(MONODOC, monodoc >= $MONODOC_REQUIRED_VERSION)
AC_SUBST(MONODOC_LIBS)
-dnl soft dependencies
-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)
-
gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
AC_SUBST(gtksharp_prefix)
@@ -201,9 +197,6 @@ AC_ARG_ENABLE(gnomeplatform,
enable_gnomeplatform=${enableval}, enable_gnomeplatform=$default_gnomeplatform)
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
platform_bindings="${platform_bindings}GNOME "
fi