From: Rainer Jung <rjung@apache.org> Date: Thu, 24 Jul 2014 07:53:20 +0000 (+0000) Subject: Fix syntax error introduced in r1612921. X-Git-Tag: 2.5.0-alpha~3915 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04819b58102bb6fb500adebc252126317d149cdd;p=apache Fix syntax error introduced in r1612921. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613029 13f79535-47bb-0310-9956-ffa450edef68 --- 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]) ;;