From e9716da5200cb4bce5eebf38c6a6e68d22a822a3 Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Mon, 11 Jun 2001 22:45:45 +0000 Subject: [PATCH] SINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every kernel after 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 52afc34d14..7fc78373b7 100644 --- a/configure.in +++ b/configure.in @@ -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]) ;; * ) ;; -- 2.50.1