From: Marc Slemko Date: Tue, 3 Apr 2001 03:19:58 +0000 (+0000) Subject: Threads is a feature, so it is HAS threads not HAVE threads... X-Git-Tag: 2.0.16~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b80982f784eb21631f04d6f4831a52af6cdbe0;p=thirdparty%2Fapache%2Fhttpd.git Threads is a feature, so it is HAS threads not HAVE threads... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index cb68180d925..2a7092f5937 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -73,7 +73,7 @@ #include #endif -#if !APR_HAVE_THREADS +#if !APR_HAS_THREADS #error The perchild MPM requires APR threads, but they are unavailable. #endif diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c index cb68180d925..2a7092f5937 100644 --- a/server/mpm/perchild/perchild.c +++ b/server/mpm/perchild/perchild.c @@ -73,7 +73,7 @@ #include #endif -#if !APR_HAVE_THREADS +#if !APR_HAS_THREADS #error The perchild MPM requires APR threads, but they are unavailable. #endif diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index 46172687474..a15f39cad7c 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -73,7 +73,7 @@ #include #endif -#if !APR_HAVE_THREADS +#if !APR_HAS_THREADS #error The threaded MPM requires APR threads, but they are unavailable. #endif