From: Jeff Trawick Date: Wed, 21 Feb 2001 11:46:41 +0000 (+0000) Subject: Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG. X-Git-Tag: 2.0.12~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d1b17619205fdc94e3b590c025882e93e27191;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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