SF.net SVN: geany-plugins:[2052] trunk/geany-plugins/build/debugger.m4

colombanw at users.sourceforge.net colombanw at xxxxx
Sun Apr 24 13:49:06 UTC 2011


Revision: 2052
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2052&view=rev
Author:   colombanw
Date:     2011-04-24 13:49:06 +0000 (Sun, 24 Apr 2011)

Log Message:
-----------
Build the Debugger plugin only if its dependencies are met

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

Modified: trunk/geany-plugins/build/debugger.m4
===================================================================
--- trunk/geany-plugins/build/debugger.m4	2011-04-24 00:22:45 UTC (rev 2051)
+++ trunk/geany-plugins/build/debugger.m4	2011-04-24 13:49:06 UTC (rev 2052)
@@ -1,6 +1,6 @@
 AC_DEFUN([GP_CHECK_DEBUGGER],
 [
-    GP_ARG_DISABLE([Debugger], [yes])
+    GP_ARG_DISABLE([Debugger], [auto])
     GP_CHECK_PLUGIN_DEPS([debugger], [VTE],
                          [vte >= 0.24])
     GP_STATUS_PLUGIN_ADD([Debugger], [$enable_debugger])


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