Browse Source

fixup pkg-config error parens

pull/36/head
Joe Lawrence 12 years ago
parent
commit
1e73d937f1
  1. 2
      Makefile

2
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),"")

Loading…
Cancel
Save