Gitweb:
http://git.exim.org/exim.git/commitdiff/6cda585a113e2f9192663338d241cec0e5bbfe23
Commit: 6cda585a113e2f9192663338d241cec0e5bbfe23
Parent: 35731706f3f742d1999e36ce555c8f991d83a3a0
Author: Phil Pennock <pdp@???>
AuthorDate: Mon May 21 22:14:18 2012 -0400
Committer: Phil Pennock <pdp@???>
CommitDate: Mon May 21 22:14:18 2012 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/src/EDITME b/src/src/EDITME
index c6edf90..95857c7 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