You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/03/19 16:45:42 UTC

svn commit: r1579267 - /httpd/httpd/trunk/server/util_pcre.c

Author: jim
Date: Wed Mar 19 15:45:42 2014
New Revision: 1579267

URL: http://svn.apache.org/r1579267
Log:
And use #error if we get past configure...

Modified:
    httpd/httpd/trunk/server/util_pcre.c

Modified: httpd/httpd/trunk/server/util_pcre.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_pcre.c?rev=1579267&r1=1579266&r2=1579267&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_pcre.c (original)
+++ httpd/httpd/trunk/server/util_pcre.c Wed Mar 19 15:45:42 2014
@@ -129,7 +129,7 @@ AP_DECLARE(int) ap_regcomp(ap_regex_t * 
 #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)