summaryrefslogtreecommitdiffstats
path: root/server/mpm/config.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-03-07 13:23:00 +0100
committerJeff Trawick <trawick@apache.org>2003-03-07 13:23:00 +0100
commit50429af6039adfd6ac61a0eae683d99ac0b498c6 (patch)
tree0df68d560f61945c66deb7320b411977405311f4 /server/mpm/config.m4
parent*gna* get/set_module_config are now defined in util_debug.c. We have (diff)
downloadapache2-50429af6039adfd6ac61a0eae683d99ac0b498c6.tar.xz
apache2-50429af6039adfd6ac61a0eae683d99ac0b498c6.zip
clean up the invocation of APR_CHECK_APR_DEFINE()...
it no longer references the second parameter, which was incorrectly specified with out-of-tree APR anyway (which resulted in prefork being selected on Unix since we didn't ever think APR had thread support) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--server/mpm/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4
index 3ea80163ff..c86a624ec4 100644
--- a/server/mpm/config.m4
+++ b/server/mpm/config.m4
@@ -13,7 +13,7 @@ AC_MSG_RESULT($APACHE_MPM)
apache_cv_mpm=$APACHE_MPM
if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "perchild" -o "$apache_cv_mpm" = "leader" -o "$apache_cv_mpm" = "threadpool" ; then
- APR_CHECK_APR_DEFINE(APR_HAS_THREADS, srclib/apr)
+ APR_CHECK_APR_DEFINE(APR_HAS_THREADS)
if test "x$ac_cv_define_APR_HAS_THREADS" = "xno"; then
AC_MSG_RESULT(The currently selected MPM requires threads which your system seems to lack)