keep myself inspired to re-organize matcher part 8;
[claws.git] / configure.in
index 922c4c568dbb6a85f8f9d51e3a8b215deb85d5ca..4dc3c55e5b1ce8ef1e39e445b677d0e49468c304 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws24
+EXTRA_VERSION=claws60
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -381,6 +381,15 @@ if test x"$ac_cv_enable_demo_plugin" = xyes; then
        PLUGINS="demo $PLUGINS"
 fi
 
+AC_ARG_ENABLE(spamassassin-plugin,
+       [  --enable-spamassassin-plugin    Build spamassassin plugin [default=no]],
+       [ac_cv_enable_spamassassin_plugin=$enableval], [ac_cv_enable_spamassassin_plugin=no])
+if test x"$ac_cv_enable_spamassassin_plugin" = xyes; then
+       AC_SPAMASSASSIN
+
+       PLUGINS="spamassassin $PLUGINS"
+fi
+
 AC_SUBST(PLUGINS)
 AC_SUBST(PLUGINDIR)
 
@@ -400,6 +409,7 @@ src/common/Makefile
 src/gtk/Makefile
 src/plugins/Makefile
 src/plugins/demo/Makefile
+src/plugins/spamassassin/Makefile
 faq/Makefile
 faq/de/Makefile
 faq/en/Makefile