diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-02-20 03:01:09 +0100 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-02-20 03:01:09 +0100 |
commit | c92e221e53e275db0a98d99bff1eeb8e4b550bc6 (patch) | |
tree | ced1b626989ed91cb7bf009ffe16a539ff9eb394 /server/mpm/config.m4 | |
parent | Allow proxy to build until we fit a proper build dir (diff) | |
download | apache2-c92e221e53e275db0a98d99bff1eeb8e4b550bc6.tar.xz apache2-c92e221e53e275db0a98d99bff1eeb8e4b550bc6.zip |
Update APR macro usage to new name-protected names.
Replace REENTRANCY_FLAGS with direct use of THREAD_CPPFLAGS.
This is a temporary band-aid, since the way we currently set
the standard make vars (CFLAGS, CPPFLAGS, LDFLAGS, etc.) is
bogus and frequently redundant [to be fixed later].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/mpm/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 1702e4b53a..dbf12a44bf 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" = "threaded" -o "$apache_cv_mpm" = "perchild"; then - PTHREADS_CHECK + APR_PTHREADS_CHECK AC_MSG_CHECKING([for which threading library to use]) AC_MSG_RESULT($threads_result) |