From dc7e1a348cd7b233666f7480cf3f1fbd47560acd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 7 Jun 2016 09:03:54 +0200 Subject: disable vte-2.91 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit