summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4')
-rw-r--r--rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4 b/rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4
new file mode 100644
index 00000000..667b534a
--- /dev/null
+++ b/rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4
@@ -0,0 +1,6 @@
+dnl ## XXX - Need a more thorough check of the proper flags to use
+
+if test "$MPM_NAME" = "threadpool" ; then
+ AC_CHECK_FUNCS(pthread_kill)
+ APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
+fi