SF.net SVN: geany-plugins: [48] trunk/geanydoc/configure.in

yurand at users.sourceforge.net yurand at xxxxx
Tue May 20 22:53:17 UTC 2008


Revision: 48
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=48&view=rev
Author:   yurand
Date:     2008-05-20 15:53:16 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Added geany version check

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

Modified: trunk/geanydoc/configure.in
===================================================================
--- trunk/geanydoc/configure.in	2008-05-20 22:45:41 UTC (rev 47)
+++ trunk/geanydoc/configure.in	2008-05-20 22:53:16 UTC (rev 48)
@@ -16,7 +16,7 @@
 
 
 # checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
 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