diff --git a/build/scope.m4 b/build/scope.m4 index 93e6e33e0..f8f6e46a1 100644 --- a/build/scope.m4 +++ b/build/scope.m4 @@ -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]) diff --git a/utils/src/Makefile.am b/utils/src/Makefile.am index 1b08ef49e..3678d1931 100644 --- a/utils/src/Makefile.am +++ b/utils/src/Makefile.am @@ -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