Branch: refs/heads/master Author: Dominic Hopf dmaphy@fedoraproject.org Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 01 Jul 2012 07:27:01 Commit: 0b9fbc26d0b5fd884e267dc30f65e83fa740531a https://github.com/geany/geany-plugins/commit/0b9fbc26d0b5fd884e267dc30f65e8...
Log Message: ----------- disable the geanygdb plugin by default
The plugin is deprecated and may be removed in further versions. Please use the debugger plugin instead.
Modified Paths: -------------- build/geanygdb.m4
Modified: build/geanygdb.m4 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,6 +1,6 @@ AC_DEFUN([GP_CHECK_GEANYGDB], [ - GP_ARG_DISABLE([GeanyGDB], [yes]) + GP_ARG_DISABLE([GeanyGDB], [no]) GP_STATUS_PLUGIN_ADD([GeanyGDB], [$enable_geanygdb]) AC_CHECK_HEADERS([elf.h]) AC_CHECK_HEADERS([elf_abi.h])
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).