SF.net SVN: geany-plugins:[1723] trunk/geany-plugins/build/common.m4

hyperair at users.sourceforge.net hyperair at xxxxx
Fri Nov 5 18:42:12 UTC 2010


Revision: 1723
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1723&view=rev
Author:   hyperair
Date:     2010-11-05 18:42:12 +0000 (Fri, 05 Nov 2010)

Log Message:
-----------
Fix mismatched ) in GP_CHECK_PLUGIN_DEPS

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

Modified: trunk/geany-plugins/build/common.m4
===================================================================
--- trunk/geany-plugins/build/common.m4	2010-11-05 18:41:45 UTC (rev 1722)
+++ trunk/geany-plugins/build/common.m4	2010-11-05 18:42:12 UTC (rev 1723)
@@ -33,5 +33,5 @@
                           [m4_tolower(AS_TR_SH(enable_$1))=no])
     fi
 
-    AM_CONDITIONAL(m4_toupper(AS_TR_SH(ENABLE_$2)), test "$m4_tolower(AS_TR_SH(enable_$1_)" = yes)
+    AM_CONDITIONAL(m4_toupper(AS_TR_SH(ENABLE_$2)), test "$m4_tolower(AS_TR_SH(enable_$1_)" = yes))
 ])


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