comparison auto/lib/openssl/conf @ 110:dad2fe8ecf08 NGINX_0_3_2

nginx 0.3.2 *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Oct 2005 00:00:00 +0400
parents 71c46860eb55
children df17fbafec8f
comparison
equal deleted inserted replaced
109:97da525033a1 110:dad2fe8ecf08
34 . auto/feature 34 . auto/feature
35 35
36 if [ $ngx_found = yes ]; then 36 if [ $ngx_found = yes ]; then
37 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 37 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
38 OPENSSL=YES 38 OPENSSL=YES
39
40 case "$NGX_SYSTEM" in
41 SunOS)
42 CORE_LIBS="$CORE_LIBS -ldl"
43 ;;
44 esac
39 fi 45 fi
40 46
41 fi 47 fi
42 48
43 fi 49 fi