]> granicus.if.org Git - apache/commitdiff
Fix syntax error introduced in r1612921.
authorRainer Jung <rjung@apache.org>
Thu, 24 Jul 2014 07:53:20 +0000 (07:53 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 24 Jul 2014 07:53:20 +0000 (07:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613029 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index c28d5311b9c0c20e459e56a84be07343c681c594..32a7090e9ca5f4e382438c8151d4dd02f394e5e5 100644 (file)
@@ -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])
     ;;