From: Ryan Bloom Date: Mon, 12 Jun 2000 03:35:13 +0000 (+0000) Subject: Apache doesn't need to check for inline or pid's, because APR provides X-Git-Tag: APACHE_2_0_ALPHA_5~369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06ec9982bb40517d57376e17deaa6a20e04abb71;p=apache Apache doesn't need to check for inline or pid's, because APR provides both ap_inline and ap_proc_t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 7ca6019e43..0f50f9812d 100644 --- a/configure.in +++ b/configure.in @@ -92,8 +92,6 @@ AC_CHECK_DEFINE(EAGAIN, errno.h) dnl ## Check for typedefs, structures, and compiler characteristics. AC_C_CONST -AC_C_INLINE -AC_TYPE_PID_T dnl ## Check for library functions