summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2e4ecf..cf18f31 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,8 @@ TMPDIR ?= /tmp
### Regexp
ifeq (exists, $(shell pkg-config libpcre && echo exists))
REGEXLIB = pcre
+else
+$(error PCRE library required)
endif
### Make sure that necessary options are included: