diff options
author | Martin Wimpress <[email protected]> | 2017-01-18 14:25:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2017-01-18 14:25:36 +0000 |
commit | 928775bac18b3c6583b56f338f4ed6d6e89a7713 (patch) | |
tree | dd87184dc3411ecb95a3390f051e6f408b05ab4d /configure.ac | |
parent | 3884cf44d85e99e99852160f90a2145ef15a4c34 (diff) | |
parent | f26c3508ca3be0ce8844b2fb63ace0d53152abce (diff) | |
download | mate-desktop-928775bac18b3c6583b56f338f4ed6d6e89a7713.tar.bz2 mate-desktop-928775bac18b3c6583b56f338f4ed6d6e89a7713.tar.xz |
Merge pull request #244 from flexiondotorg/drop-mpaste
Drop mpaste.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
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} |