Commit fb686cdd authored by Marc Slemko's avatar Marc Slemko
Browse files

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
parent c44c8bf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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  

+1 −1
Original line number Diff line number Diff line
@@ -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  

+1 −1
Original line number Diff line number Diff line
@@ -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