SF.net SVN: geany-plugins:[530] trunk/geanylatex/configure.in

frlan at users.sourceforge.net frlan at xxxxx
Thu Mar 5 22:31:36 UTC 2009


Revision: 530
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=530&view=rev
Author:   frlan
Date:     2009-03-05 22:31:36 +0000 (Thu, 05 Mar 2009)

Log Message:
-----------
GeanyLaTeX: Adjust dependency of plugin to Geany 0.16 or above

Modified Paths:
--------------
    trunk/geanylatex/configure.in

Modified: trunk/geanylatex/configure.in
===================================================================
--- trunk/geanylatex/configure.in	2009-03-05 22:25:44 UTC (rev 529)
+++ trunk/geanylatex/configure.in	2009-03-05 22:31:36 UTC (rev 530)
@@ -14,7 +14,7 @@
 AC_PROG_INSTALL
 
 # checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.16])
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 


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