From 823ced0e58385c959dc9de8a4621004f6e2d5ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 8 Sep 2012 00:13:23 +0300 Subject: Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3