From 59d1b17619205fdc94e3b590c025882e93e27191 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 21 Feb 2001 11:46:41 +0000 Subject: [PATCH] Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG. Apache no longer needs to define nor invoke such a macro since it is handled in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88258 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/config.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index dbf12a44bf7..a2798cfccc5 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -25,8 +25,6 @@ if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then fi fi -APACHE_CHECK_SIGWAIT_ONE_ARG - APACHE_FAST_OUTPUT(server/mpm/Makefile) MPM_NAME=$apache_cv_mpm -- 2.47.2