]> granicus.if.org Git - apache/commitdiff
Threads is a feature, so it is HAS threads not HAVE threads...
authorMarc Slemko <marc@apache.org>
Tue, 3 Apr 2001 03:19:58 +0000 (03:19 +0000)
committerMarc Slemko <marc@apache.org>
Tue, 3 Apr 2001 03:19:58 +0000 (03:19 +0000)
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

server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/mpm/threaded/threaded.c

index cb68180d925101b2060c30fdc216463503dbfe66..2a7092f59375e8f552732c04dd3aed1721efad23 100644 (file)
@@ -73,7 +73,7 @@
 #include <sys/socket.h>
 #endif
 
-#if !APR_HAVE_THREADS
+#if !APR_HAS_THREADS
 #error The perchild MPM requires APR threads, but they are unavailable.
 #endif  
 
index cb68180d925101b2060c30fdc216463503dbfe66..2a7092f59375e8f552732c04dd3aed1721efad23 100644 (file)
@@ -73,7 +73,7 @@
 #include <sys/socket.h>
 #endif
 
-#if !APR_HAVE_THREADS
+#if !APR_HAS_THREADS
 #error The perchild MPM requires APR threads, but they are unavailable.
 #endif  
 
index 461726874746c84198d55447f7fce0b70380b3ac..a15f39cad7c72940ea5efebc396806ff191857c4 100644 (file)
@@ -73,7 +73,7 @@
 #include <sys/wait.h> 
 #endif
 
-#if !APR_HAVE_THREADS
+#if !APR_HAS_THREADS
 #error The threaded MPM requires APR threads, but they are unavailable.
 #endif