From 6cda585a113e2f9192663338d241cec0e5bbfe23 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Mon, 21 May 2012 22:14:18 -0400 Subject: [PATCH] Enable PCRE_CONFIG by default With this, src/EDITME as Local/Makefile *only* needs EXIM_USER to be set and EXIM_MONITOR commented out for Exim to build on my box. I think this is a reasonable default; if there are releases of PCRE which do not include pcre-config, then on those boxes a slight change will be needed, but only where the file was already having to be edited anyway. --- src/src/EDITME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/EDITME b/src/src/EDITME index c6edf9095..95857c707 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -347,7 +347,7 @@ LOOKUP_DNSDB=yes # to find the include files and libraries, else use PCRE_LIBS and set INCLUDE # too if needed. -# PCRE_CONFIG=yes +PCRE_CONFIG=yes # PCRE_LIBS=-lpcre -- 2.25.1