summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index b3b08531..655ff9c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,6 @@ dnl Specify required versions of dependencies
CAIRO_REQUIRED=1.9.10
GLIB_REQUIRED=2.36.0
LIBSECRET_REQUIRED=0.5
-MATEDESKTOP_REQUIRED=1.9.0
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
@@ -648,26 +647,6 @@ AC_SUBST(ATRIL_MIME_TYPES)
AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_r is available on your system]))
-# *********************
-# Mate-desktop support
-# *********************
-
-AC_ARG_WITH(matedesktop,
- [AS_HELP_STRING([--without-matedesktop],
- [Disable the use of matedesktop])],
- [],
- [with_matedesktop=yes])
-
-AM_CONDITIONAL([WITH_MATEDESKTOP],[test "$with_matedesktop" = "yes"])
-
-if test "$with_matedesktop" = "yes"; then
- PKG_CHECK_MODULES([MATE_DESKTOP], mate-desktop-2.0 >= $MATEDESKTOP_REQUIRED)
- AC_DEFINE([WITH_MATEDESKTOP],[1],[Define if mate-desktop support is enabled])
-fi
-
-AC_SUBST([MATE_DESKTOP_CFLAGS])
-AC_SUBST([MATE_DESKTOP_LIBS])
-
# *****************
# Help files
# *****************
@@ -787,7 +766,6 @@ Configure summary:
GTK+ version........: $with_gtk
GTK+ Unix Print.....: $with_gtk_unix_print
- MATE desktop Support: $with_matedesktop
Keyring Support.....: $with_keyring
DBUS Support........: $enable_dbus
Caja Plugin.........: $enable_caja