From: Manoj Kasichainula Date: Mon, 20 Dec 1999 02:01:31 +0000 (+0000) Subject: mmap_static isn't in the standard directory yet; this directory X-Git-Tag: 1.3.10~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb59fcb657be8c7d94b03fcc0cc9c8d16c2e4dd4;p=apache mmap_static isn't in the standard directory yet; this directory shouldn't try to configure it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84326 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 20b38b522b..edbb926e27 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -21,7 +21,6 @@ AC_DEFUN(APACHE_CHECK_STANDARD_MODULE, [ fi ]) -APACHE_CHECK_STANDARD_MODULE(mmap_static, , no) APACHE_CHECK_STANDARD_MODULE(vhost_alias, , no) APACHE_CHECK_STANDARD_MODULE(env, , yes) APACHE_CHECK_STANDARD_MODULE(log_config, config_log, yes)