From b25982e4feb2c730ec33323d881caa2ed8685d4c Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 30 Dec 2000 20:05:40 +0000 Subject: [PATCH] Add BeOS to hints.m4. This explains why I've been having to set the MPM via configure... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87556 13f79535-47bb-0310-9956-ffa450edef68 --- hints.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hints.m4 b/hints.m4 index e2a6d50ea3b..bf9202373dc 100644 --- a/hints.m4 +++ b/hints.m4 @@ -45,6 +45,10 @@ dnl ;; *-qnx) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; + *-beos*) + APR_SETVAR(APACHE_MPM, [beos]) + APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) + ;; esac APR_DOEXTRA ]) -- 2.47.3