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
This commit is contained in:
Jim Jagielski
2014-03-19 15:45:42 +00:00
parent a0529d925c
commit 8feaa1f1e3

View File

@ -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)