0.8.8claws46
[claws.git] / configure.in
index d2a94b02c2349a8abcdece86445438feac8a23b0..a4888608c8add4eb6f81d59e5e2ff0f430898e65 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws10
+EXTRA_VERSION=claws46
 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