summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2014-07-24 07:53:20 +0000
committerRainer Jung <rjung@apache.org>2014-07-24 07:53:20 +0000
commit04819b58102bb6fb500adebc252126317d149cdd (patch)
tree0a2b5b694cf71ba8b132dd3bce9e64fc804d34b9 /configure.in
parent700dd72569de0e53392f92e7b260377204e7c37b (diff)
downloadhttpd-04819b58102bb6fb500adebc252126317d149cdd.tar.gz
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.in1
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])
;;