git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90058
13f79535-47bb-0310-9956-
ffa450edef68
APR_ADDTO(LT_LDFLAGS,-export-dynamic)
-if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then
+if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then
# if we are using a threaded MPM, we will get better performance with
# mod_cgid, so make it the default.
APACHE_MODULE(cgid, CGI scripts, , , yes)