summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb70ac6..5f34a9b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,6 @@ TMPDIR ?= /tmp
### Regexp
ifeq (exists, $(shell pkg-config libpcre && echo exists))
REGEXLIB = pcre
-else ifeq (exists, $(shell pkg-config tre && echo exists))
- REGEXLIB = tre
endif
### Make sure that necessary options are included: