From 06ec9982bb40517d57376e17deaa6a20e04abb71 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 12 Jun 2000 03:35:13 +0000 Subject: [PATCH] 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 --- configure.in | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.1