]> granicus.if.org Git - apache/commit
Improve hack to "determine" if APR supports thread-safe pollsets by hiding the
authorJeff Trawick <trawick@apache.org>
Sat, 14 Nov 2009 13:01:43 +0000 (13:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 14 Nov 2009 13:01:43 +0000 (13:01 +0000)
commit330b3351d68a1c3d04a23e9be642712af0f1a1db
tree1032a454dc48152e0880ef1c739fa0d354a23819
parentf1b955eddd96edbf2075d22ed2b28f2e1e8ecb6c
Improve hack to "determine" if APR supports thread-safe pollsets by hiding the
presence of kqueue() on Leopard, matching APR's configuration.

Event and Simple no longer report that they are supported on Leopard, resolving
a broken default config file with --enable-mpms-shared=all on that platform.
(Event was loaded by default in httpd.conf, and it failed at startup when it
failed to obtain a thread-safe pollset.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@836165 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/config.m4
server/mpm/event/config.m4
server/mpm/simple/config.m4