From: Victor J. Orlikowski Date: Mon, 11 Jun 2001 22:45:45 +0000 (+0000) Subject: SINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every kernel after X-Git-Tag: 2.0.19~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9716da5200cb4bce5eebf38c6a6e68d22a822a3;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/configure.in b/configure.in index 52afc34d149..7fc78373b74 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]) ;; * ) ;;