reduce GUI clutter by placing hints into tooltips
[claws.git] / configure.ac
index 37fa10a9d51e6c25ad0d26d2656659499f35a58c..4e1abe0b2c391d0c79a95fd59b6239b7f9514c54 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=26
+EXTRA_VERSION=44
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
@@ -484,7 +484,7 @@ if test x"$ac_cv_enable_clamav_plugin" = xyes; then
 
                PLUGINS="clamav $PLUGINS"
        else
-               AC_MSG_NOTICE(clamav library not found, will not build clamav plugin)
+               AC_MSG_NOTICE([clamav library not found, will not build clamav plugin])
        fi
 fi
 AM_CONDITIONAL(BUILD_CLAMAV_PLUGIN, test x"$ac_cv_enable_clamav_plugin" = xyes)