[geany/geany-plugins] 738b4d: scope: Use plugin-specific namespace for plugin-specific conditional

Colomban Wendling git-noreply at xxxxx
Wed Nov 28 21:24:25 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 29 Oct 2018 11:49:26 UTC
Commit:      738b4d4d9583f535ca92c16d69f98384f6733bcd
             https://github.com/geany/geany-plugins/commit/738b4d4d9583f535ca92c16d69f98384f6733bcd

Log Message:
-----------
scope: Use plugin-specific namespace for plugin-specific conditional


Modified Paths:
--------------
    build/scope.m4
    utils/src/Makefile.am

Modified: build/scope.m4
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -17,7 +17,7 @@ AC_DEFUN([GP_CHECK_SCOPE],
             ;;
     esac
 
-    AM_CONDITIONAL([GP_VTE291_USED], [test "$enable_scope" != no && test "$vte_package" = vte-2.91])
+    AM_CONDITIONAL([SCOPE_USE_VTE291], [test "$enable_scope" != no && test "$vte_package" = vte-2.91])
     AC_SUBST(PTY_LIBS)
 
     GP_COMMIT_PLUGIN_STATUS([Scope])


Modified: utils/src/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@ libgeanypluginutils_la_SOURCES = \
 	filelist.h \
 	filelist.c
 
-if GP_VTE291_USED
+if SCOPE_USE_VTE291
 libgeanypluginutils_la_SOURCES += \
 	gp_vtecompat.h \
 	gp_vtecompat.c



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list