summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-08 15:17:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-07-08 15:17:47 +0000
commit755694565542b227c6966e8ba78425c84cf6e009 (patch)
tree22c2929c01be68df4e1b2057a704a0ec73a237e5 /auto/modules
parent8e811c11b96bafca446404c6256d8edbb01900b0 (diff)
downloadnginx-755694565542b227c6966e8ba78425c84cf6e009.tar.gz
nginx-755694565542b227c6966e8ba78425c84cf6e009.tar.bz2
nginx-0.0.7-2004-07-08-19:17:47 import
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 55e10a7c4..705f0287d 100644
--- a/auto/modules
+++ b/auto/modules
@@ -58,6 +58,14 @@ if [ $HTTP_GZIP = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_GZIP_SRCS"
fi
+if [ $HTTP_SSL = YES ]; then
+ have=NGX_HTTP_SSL . auto/have
+ HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSL_FILTER_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS"
+ # STUB: move to auto/libs/ssl
+ CORE_LIBS="$CORE_LIBS -lssl -lcrypto"
+fi
+
if [ $HTTP_SSI = YES ]; then
have=NGX_HTTP_SSI . auto/have
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSI_FILTER_MODULE"