From d7ad17a3be0e21ab60a0468be5d236aae1228527 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 22 Jan 2015 17:33:07 +0000 Subject: [PATCH] Merge r1652982 from trunk: Fix detection of old Solaris versions. Autotools need double square brackets. Submitted by: rjung Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1653963 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 6 ------ configure.in | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/STATUS b/STATUS index 1056bf73dd..9ba2bd32cf 100644 --- a/STATUS +++ b/STATUS @@ -105,12 +105,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * configure: Fix detection of old Solaris platforms. - Autotools need double square brackets. - Inspired by checking PR 53824 patch above for consistency. - trunk patch: http://svn.apache.org/r1652982 - 2.4.x patch: trunks works - +1: rjung, ylavic, wrowe * mod_ssl: Fix renegotiation failures redirected to an ErrorDocument. (segfault flaw) PR 57334. diff --git a/configure.in b/configure.in index d2767aebe2..4380bae126 100644 --- a/configure.in +++ b/configure.in @@ -332,7 +332,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]) -- 2.40.0