diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |