diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-21 22:14:18 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-21 22:14:18 -0400 |
commit | 6cda585a113e2f9192663338d241cec0e5bbfe23 (patch) | |
tree | 93057d540c000ce47d64075aea76f418aa8b47a9 | |
parent | 35731706f3f742d1999e36ce555c8f991d83a3a0 (diff) |
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.
-rw-r--r-- | src/src/EDITME | 2 |
1 files changed, 1 insertions, 1 deletions
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 |