Revision: 886 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=886&view=rev Author: hyperair Date: 2009-08-10 16:04:34 +0000 (Mon, 10 Aug 2009)
Log Message: ----------- Add missing spellcheck status print
Modified Paths: -------------- trunk/geany-plugins/build/spellcheck.m4
Modified: trunk/geany-plugins/build/spellcheck.m4 =================================================================== --- trunk/geany-plugins/build/spellcheck.m4 2009-08-10 16:02:33 UTC (rev 885) +++ trunk/geany-plugins/build/spellcheck.m4 2009-08-10 16:04:34 UTC (rev 886) @@ -16,6 +16,7 @@ fi
AM_CONDITIONAL(ENABLE_SPELLCHECK, test $enable_spellcheck = yes) + GP_STATUS_PLUGIN_ADD([Spellcheck], [$enable_spellcheck])
AC_CONFIG_FILES([ spellcheck/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.