SF.net SVN: geany-plugins:[782] trunk/geany-plugins/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jun 25 17:36:33 UTC 2009


Revision: 782
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=782&view=rev
Author:   eht16
Date:     2009-06-25 17:36:33 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
Fix the condition when USE_GTKSPELL should be defined.

Modified Paths:
--------------
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2009-06-24 18:35:49 UTC (rev 781)
+++ trunk/geany-plugins/wscript	2009-06-25 17:36:33 UTC (rev 782)
@@ -264,8 +264,7 @@
 
 	conf.env['G_PREFIX'] = conf.env['PREFIX']
 
-	if 'geanyvc' in enabled_plugins:
-		# hack for GeanyVC
+	if conf.env['HAVE_GTKSPELL_2_0']:
 		conf.define('USE_GTKSPELL', 1);
 
 	if is_win32:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list