]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
SINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every kernel after
authorVictor J. Orlikowski <orlikowski@apache.org>
Mon, 11 Jun 2001 22:45:45 +0000 (22:45 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Mon, 11 Jun 2001 22:45:45 +0000 (22:45 +0000)
2.2, not just 2.2.

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

configure.in

index 52afc34d14932836e0ebbf9726a69c2542572546..7fc78373b74968eb7157f46cb1743c98e9d9ce77 100644 (file)
@@ -126,7 +126,7 @@ case "$host" in
       ;;
   *-linux-*)
       case `uname -r` in
-        2.2* ) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
+        2.[[2-9]]* ) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
             ;;
         * )
             ;;