do not check in source code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1612921 13f79535-47bb-0310-9956-
ffa450edef68
fi
case `$PCRE_CONFIG --version` in
[[1-5].*])
- AC_MSG_ERROR([Need at least pcre version 6.0])
+ AC_MSG_ERROR([Need at least pcre version 6.7])
+ [6.[0-6]*])
+ AC_MSG_ERROR([Need at least pcre version 6.7])
;;
esac
AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
const char *errorptr;
int erroffset;
int errcode = 0;
- /* PCRE_DUPNAMES is only present since version 6.7 of PCRE */
-#ifdef PCRE_DUPNAMES
int options = PCRE_DUPNAMES;
-#else
-#error PCRE_DUPNAMES does not exist in this PCRE implementation; too old.
-#endif
if ((cflags & AP_REG_ICASE) != 0)
options |= PCRE_CASELESS;