Revision: 2067 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2067&view=re... Author: statc Date: 2011-05-21 09:22:52 +0000 (Sat, 21 May 2011)
Log Message: ----------- Fix Autotools build for XMLSnippets: enabling/disabling the plugin wasn't controlled by --disable-xmlsnippets option of ./configure
Modified Paths: -------------- trunk/geany-plugins/build/xmlsnippets.m4
Modified: trunk/geany-plugins/build/xmlsnippets.m4 =================================================================== --- trunk/geany-plugins/build/xmlsnippets.m4 2011-05-12 20:55:45 UTC (rev 2066) +++ trunk/geany-plugins/build/xmlsnippets.m4 2011-05-21 09:22:52 UTC (rev 2067) @@ -1,7 +1,7 @@ AC_DEFUN([GP_CHECK_XMLSNIPPETS], [ GP_ARG_DISABLE(XMLSnippets, yes) - GP_STATUS_PLUGIN_ADD([XMLSnippets], [$enable_addons]) + GP_STATUS_PLUGIN_ADD([XMLSnippets], [$enable_xmlsnippets]) AC_CONFIG_FILES([ xmlsnippets/Makefile xmlsnippets/src/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.