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

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jun 20 17:27:58 UTC 2009


Revision: 758
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=758&view=rev
Author:   eht16
Date:     2009-06-20 17:27:58 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
Fix minimum required Enchant version.

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

Modified: trunk/geany-plugins/build/spellcheck.m4
===================================================================
--- trunk/geany-plugins/build/spellcheck.m4	2009-06-20 17:08:54 UTC (rev 757)
+++ trunk/geany-plugins/build/spellcheck.m4	2009-06-20 17:27:58 UTC (rev 758)
@@ -1,6 +1,6 @@
 AC_DEFUN([GP_CHECK_SPELLCHECK],
 [
-    PKG_CHECK_MODULES(ENCHANT, [enchant >= 0.13])
+    PKG_CHECK_MODULES(ENCHANT, [enchant >= 1.3])
     AC_CONFIG_FILES([
         spellcheck/Makefile
         spellcheck/src/Makefile


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