diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3bff7d2..8d4ca0b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,7 +24,7 @@ LIB := $(LIB) HAVE_VTE291 := $(call ac_pkg_config,vte-2.91) endef -ifeq ($(HAVE_VTE291),yes) +ifeq ($(HAVE_VTE291),x-yes) pkgvte := vte-2.91 else pkgvte := vte-2.90 |