summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2015-01-22 17:33:07 +0000
committerJim Jagielski <jim@apache.org>2015-01-22 17:33:07 +0000
commitd7ad17a3be0e21ab60a0468be5d236aae1228527 (patch)
treec1edee0d701a1b43e64b3e6c49029418fd0e0325 /configure.in
parentea6c7b8b5f67d4081fe0ec7b0f8d7c57cf6fafeb (diff)
downloadhttpd-d7ad17a3be0e21ab60a0468be5d236aae1228527.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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])