From ab517d58277429bba16d0641e00aebea061db1ce Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 May 2004 15:29:08 +0000 Subject: nginx-0.0.3-2004-05-18-19:29:08 import --- auto/modules | 3 +++ auto/sources | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/modules b/auto/modules index 5736a46ba..68d6eed05 100644 --- a/auto/modules +++ b/auto/modules @@ -77,6 +77,9 @@ if [ $HTTP_PROXY = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS" fi +if [ -r $OBJS/auto ]; then + . $OBJS/auto +fi modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \ $HTTP_HEADERS_FILTER_MODULE \ diff --git a/auto/sources b/auto/sources index cbcc90ed0..bb76a6cce 100644 --- a/auto/sources +++ b/auto/sources @@ -1,5 +1,5 @@ -CORE_MODULES="ngx_core_module ngx_errlog_module" +CORE_MODULES="ngx_core_module ngx_errlog_module ngx_conf_module" CORE_INCS="src/core" -- cgit