mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user