From ca2e1632ff335c82dff2cb8ecc2b5aa2b2e92e89 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 29 Aug 2017 20:33:40 +0100 Subject: [PATCH] no dillo plugin in release --- configure.ac | 25 ++++++++++++------------- src/plugins/Makefile.am | 1 - 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 85473070e..a54710b06 100644 --- a/configure.ac +++ b/configure.ac @@ -1010,9 +1010,9 @@ AC_ARG_ENABLE(clamd-plugin, [ --disable-clamd-plugin Do not build clamd plugin], [enable_clamd_plugin=$enableval], [enable_clamd_plugin=auto]) -AC_ARG_ENABLE(dillo-plugin, - [ --disable-dillo-plugin Do not build dillo plugin], - [enable_dillo_plugin=$enableval], [enable_dillo_plugin=auto]) +dnl AC_ARG_ENABLE(dillo-plugin, +dnl [ --disable-dillo-plugin Do not build dillo plugin], +dnl [enable_dillo_plugin=$enableval], [enable_dillo_plugin=auto]) AC_ARG_ENABLE(fancy-plugin, [ --disable-fancy-plugin Do not build fancy plugin], @@ -1488,14 +1488,14 @@ else AC_MSG_RESULT(no) fi -AC_MSG_CHECKING([whether to build Dillo plugin]) -if test x"$enable_dillo_plugin" != xno; then - PLUGINS="$PLUGINS dillo" - AC_MSG_RESULT(yes) -else - DISABLED_PLUGINS="$DISABLED_PLUGINS dillo" - AC_MSG_RESULT(no) -fi +dnl AC_MSG_CHECKING([whether to build Dillo plugin]) +dnl if test x"$enable_dillo_plugin" != xno; then +dnl PLUGINS="$PLUGINS dillo" +dnl AC_MSG_RESULT(yes) +dnl else +dnl DISABLED_PLUGINS="$DISABLED_PLUGINS dillo" +dnl AC_MSG_RESULT(no) +dnl fi AC_MSG_CHECKING([whether to build fancy plugin]) if test x"$enable_fancy_plugin" != xno; then @@ -1970,7 +1970,7 @@ AM_CONDITIONAL(BUILD_BOGOFILTER_PLUGIN, test x"$enable_bogofilter_plugin" != xn AM_CONDITIONAL(BUILD_BSFILTER_PLUGIN, test x"$enable_bsfilter_plugin" != xno) AM_CONDITIONAL(BUILD_CLAMD_PLUGIN, test x"$enable_clamd_plugin" != xno) AM_CONDITIONAL(BUILD_DEMO_PLUGIN, test x"$enable_demo_plugin" != xno) -AM_CONDITIONAL(BUILD_DILLO_PLUGIN, test x"$enable_dillo_plugin" != xno) +dnl AM_CONDITIONAL(BUILD_DILLO_PLUGIN, test x"$enable_dillo_plugin" != xno) AM_CONDITIONAL(BUILD_FANCY_PLUGIN, test x"$enable_fancy_plugin" != xno) AM_CONDITIONAL(BUILD_FETCHINFO_PLUGIN, test x"$enable_fetchinfo_plugin" != xno) AM_CONDITIONAL(BUILD_GDATA_PLUGIN, test x"$enable_gdata_plugin" != xno) @@ -2019,7 +2019,6 @@ src/plugins/bsfilter/Makefile src/plugins/clamd/Makefile src/plugins/clamd/libclamd/Makefile src/plugins/demo/Makefile -src/plugins/dillo/Makefile src/plugins/fancy/Makefile src/plugins/fetchinfo/Makefile src/plugins/gdata/Makefile diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 28abfdb67..6acc1fb36 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -13,7 +13,6 @@ SUBDIRS = \ bsfilter \ clamd \ demo \ - dillo \ fancy \ fetchinfo \ gdata \ -- 2.25.1