diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-22 18:39:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-22 18:39:17 +0800 |
commit | 0272da48071b607da189fb571e20cde8a488641b (patch) | |
tree | 8003a81bc4d3a1f90c243de636dde64262dcbb08 /configure.ac | |
parent | e5648bccea44c87c00f72f7501048810276a6d27 (diff) | |
download | gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar.gz gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar.bz2 gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar.lz gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar.xz gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.tar.zst gsoc2013-empathy-0272da48071b607da189fb571e20cde8a488641b.zip |
remove nautilus-sendto plugin
Latest versions of nautilus-sendto doesn't support plugins any more.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac index c5f1a709c..2ac9e5822 100644 --- a/configure.ac +++ b/configure.ac @@ -446,31 +446,6 @@ AC_SUBST(GEOCODE_CFLAGS) AC_SUBST(GEOCODE_LIBS) # ----------------------------------------------------------- -# nautilus-sendto -# ----------------------------------------------------------- -AC_ARG_ENABLE(nautilus-sendto, - AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@], - [build nautilus-sendto plugin]), , - enable_nautilus_sendto=auto) - -if test "x$enable_nautilus_sendto" != "xno"; then - PKG_CHECK_MODULES(NST, - [ - nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED - ], have_nst="yes", have_nst="no") -else - have_nst=no -fi - -if test "x$enable_nautilus_sendto" = "xyes" -a "x$have_nst" != "xyes"; then - AC_MSG_ERROR([Could not find nautilus-sendto dependencies: - -$NST_PKG_ERRORS]) -fi - -AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes") - -# ----------------------------------------------------------- # goa-mc-plugin # ----------------------------------------------------------- AC_ARG_ENABLE(goa, @@ -624,7 +599,6 @@ AC_CONFIG_FILES([ libempathy/Makefile libempathy-gtk/Makefile src/Makefile - nautilus-sendto-plugin/Makefile goa-mc-plugin/Makefile ubuntu-online-accounts/Makefile ubuntu-online-accounts/mc-plugin/Makefile |