diff options
author | Rainer Jung <rjung@apache.org> | 2014-07-24 09:53:20 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2014-07-24 09:53:20 +0200 |
commit | 04819b58102bb6fb500adebc252126317d149cdd (patch) | |
tree | 0a2b5b694cf71ba8b132dd3bce9e64fc804d34b9 /configure.in | |
parent | Re-introduce check for sufficient PCRE version. (diff) | |
download | apache2-04819b58102bb6fb500adebc252126317d149cdd.tar.xz apache2-04819b58102bb6fb500adebc252126317d149cdd.zip |
Fix syntax error introduced in r1612921.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c28d5311b9..32a7090e9c 100644 --- a/configure.in +++ b/configure.in @@ -237,6 +237,7 @@ if test "$PCRE_CONFIG" != "false"; then case `$PCRE_CONFIG --version` in [[1-5].*]) AC_MSG_ERROR([Need at least pcre version 6.7]) + ;; [6.[0-6]*]) AC_MSG_ERROR([Need at least pcre version 6.7]) ;; |