2007-05-03 [wwp] 2.9.1cvs41
[claws.git] / configure.ac
index 4f9014935fc8a03fd683dc64cce260cd33a1e101..fb3188e8006a70529418ec1dc213ed45f45be14d 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=31
+EXTRA_VERSION=41
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -660,7 +660,7 @@ if test x"$ac_cv_enable_spamassassin_plugin" = xyes; then
        AC_MSG_RESULT(yes)
        AC_SPAMASSASSIN
        PLUGINS="spamassassin $PLUGINS"
-       AC_DEFINE(USE_SPAMASSASSIN_PLUGIN, 1, Define if spamassassin plugin is being build.)
+       AC_DEFINE(USE_SPAMASSASSIN_PLUGIN, 1, Define if spamassassin plugin is being built.)
 else
        AC_MSG_RESULT(no)
 fi
@@ -674,7 +674,7 @@ AC_ARG_ENABLE(bogofilter-plugin,
 if test x"$ac_cv_enable_bogofilter_plugin" = xyes; then
        AC_MSG_RESULT(yes)
        PLUGINS="bogofilter $PLUGINS"
-       AC_DEFINE(USE_BOGOFILTER_PLUGIN, 1, Define if bogofilter plugin is being build.)
+       AC_DEFINE(USE_BOGOFILTER_PLUGIN, 1, Define if bogofilter plugin is being built.)
 else
        AC_MSG_RESULT(no)
 fi