summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-01-17 10:37:04 +0000
committerMartin Wimpress <[email protected]>2017-01-17 10:37:04 +0000
commitf26c3508ca3be0ce8844b2fb63ace0d53152abce (patch)
treedd87184dc3411ecb95a3390f051e6f408b05ab4d /configure.ac
parent3884cf44d85e99e99852160f90a2145ef15a4c34 (diff)
downloadmate-desktop-f26c3508ca3be0ce8844b2fb63ace0d53152abce.tar.bz2
mate-desktop-f26c3508ca3be0ce8844b2fb63ace0d53152abce.tar.xz
Drop mpaste.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 40d511b..72ce4ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,13 +91,6 @@ AC_ARG_ENABLE([mate-about],
AM_CONDITIONAL(MATE_ABOUT_ENABLED, test "x$enable_mate_about" = "xyes")
-# Install tool to paste text to paste.mate-desktop.org
-AC_ARG_ENABLE([mpaste],
- [AS_HELP_STRING([--enable-mpaste],[install mpaste tool])],,
- [enable_mpaste=no])
-AM_CONDITIONAL(MPASTE_ENABLED, test "x$enable_mpaste" = "xyes")
-
-
# Path to the pnp.ids file -- to know if we use one shipped with another
# package, or an internal file
@@ -306,7 +299,6 @@ mate-desktop $VERSION
Use *_DISABLE_DEPRECATED: ${enable_deprecation_flags}
Build mate-about: ${enable_mate_about}
- Install mpaste: ${enable_mpaste}
Use external pnp.ids: ${EXTERNAL_PNP_IDS}
Startup notification support: ${have_startup_notification}
XRandr support: ${have_randr}