SF.net SVN: geany-plugins:[1729] trunk/geany-plugins/build/spellcheck.m4

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Nov 7 16:52:59 UTC 2010


Revision: 1729
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1729&view=rev
Author:   eht16
Date:     2010-11-07 16:52:59 +0000 (Sun, 07 Nov 2010)

Log Message:
-----------
swap enchant library version checks to workaround autotools caching

Modified Paths:
--------------
    trunk/geany-plugins/build/spellcheck.m4

Modified: trunk/geany-plugins/build/spellcheck.m4
===================================================================
--- trunk/geany-plugins/build/spellcheck.m4	2010-11-07 13:37:54 UTC (rev 1728)
+++ trunk/geany-plugins/build/spellcheck.m4	2010-11-07 16:52:59 UTC (rev 1729)
@@ -4,11 +4,11 @@
 
     ENCHANT_VERSION=1.3
     OPT_ENCHANT_VERSION=1.5
-    GP_CHECK_PLUGIN_DEPS([spellcheck], [ENCHANT],
-                         [enchant >= ${ENCHANT_VERSION}])
     PKG_CHECK_MODULES([ENCHANT], [enchant >= ${OPT_ENCHANT_VERSION}],
                       have_enchant_1_5=yes,
                       have_enchant_1_5=no)
+    GP_CHECK_PLUGIN_DEPS([spellcheck], [ENCHANT],
+                         [enchant >= ${ENCHANT_VERSION}])
 
     AM_CONDITIONAL([HAVE_ENCHANT_1_5], [test "$have_enchant_1_5" = yes])
     GP_STATUS_PLUGIN_ADD([Spellcheck], [$enable_spellcheck])


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