From 1e73d937f1eca344fe94f263875fbc1a16ecb09f Mon Sep 17 00:00:00 2001 From: Joe Lawrence Date: Mon, 23 Jun 2014 10:16:29 -0400 Subject: [PATCH] fixup pkg-config error parens --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f80acccf..33a490ba 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ STRIP = $(shell which strip) PANDOC = $(shell which pandoc) ifeq ($(PKGCONFIG),"") -$(error "pkg-config not installed" +$(error "pkg-config not installed") endif ifeq ($(PANDOC),"")