]> granicus.if.org Git - apache/commitdiff
Fix detection of old Solaris versions.
authorRainer Jung <rjung@apache.org>
Mon, 19 Jan 2015 12:22:34 +0000 (12:22 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 19 Jan 2015 12:22:34 +0000 (12:22 +0000)
Autotools need double square brackets.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652982 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 931770312c042adea0c1389d077e4ab36fdc821a..2dce84e959fae5e3f91fc822e10d604509b47a87 100644 (file)
@@ -358,7 +358,7 @@ case $host in
       dnl solaris 8 and above don't have a thundering herd
       dnl not sure about rev's before this one.
       case `uname -r` in
-        5.[567]*)
+        5.[[567]]*)
             ;;
         * )
             APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])