From: Jim Jagielski Date: Wed, 19 Mar 2014 15:45:42 +0000 (+0000) Subject: And use #error if we get past configure... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e89235fee8043bef7f457a55ff46c9edfd22ff79;p=thirdparty%2Fapache%2Fhttpd.git And use #error if we get past configure... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1579267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_pcre.c b/server/util_pcre.c index c2039b13c50..e90408e0c93 100644 --- a/server/util_pcre.c +++ b/server/util_pcre.c @@ -129,7 +129,7 @@ AP_DECLARE(int) ap_regcomp(ap_regex_t * preg, const char *pattern, int cflags) #ifdef PCRE_DUPNAMES int options = PCRE_DUPNAMES; #else - int options = 0; +#error PCRE_DUPNAMES does not exist in this PCRE implementation; too old. #endif if ((cflags & AP_REG_ICASE) != 0)