Skip to content

Commit

Permalink
scope: Use plugin-specific namespace for plugin-specific conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Oct 29, 2018
1 parent 92258f0 commit 738b4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/scope.m4
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion utils/src/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 738b4d4

Please sign in to comment.