From 3fa247a8b6f38c04f675080fcb7f0f46d9c85dee Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 20 May 2014 15:02:09 +0000 Subject: [PATCH] Rename STATIC_PCRE to FEATURE_DYNAMIC_PCRE ... to be more consistent with other feature names. This change belongs to a previous commit but got lost after the git export due to human error. --- acconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acconfig.h b/acconfig.h index 286ff629..d2f50a29 100644 --- a/acconfig.h +++ b/acconfig.h @@ -67,10 +67,10 @@ /* * Should pcre be statically built in instead of linkling with libpcre? * (This is determined by configure depending on the availiability of - * libpcre and user preferences). The name is ugly, but pcre needs it. + * libpcre and user preferences). * Don't bother to change this here! Use configure instead. */ -#undef STATIC_PCRE +#undef FEATURE_DYNAMIC_PCRE /* * Should pcrs be statically built in instead of linkling with libpcrs? -- 2.39.2