]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.
authorJeff Trawick <trawick@apache.org>
Wed, 21 Feb 2001 11:46:41 +0000 (11:46 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 21 Feb 2001 11:46:41 +0000 (11:46 +0000)
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

index dbf12a44bf7b23ead6f065700d3768cdd5a2906c..a2798cfccc597211964e9cceac80aeb06ca5f43a 100644 (file)
@@ -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