comparison auto/lib/md5/conf @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 549994537f15
children f39b9e29530d
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
44 44
45 else 45 else
46 46
47 if [ "$NGX_PLATFORM" != win32 ]; then 47 if [ "$NGX_PLATFORM" != win32 ]; then
48 48
49 MD5=NO 49 MD5=NO
50 50
51 # Solaris 8/9 51 # FreeBSD, Solaris 10
52 52
53 ngx_feature="rsaref md5 library" 53 ngx_feature="system md library"
54 ngx_feature_name= 54 ngx_feature_name=
55 ngx_feature_run=no 55 ngx_feature_run=no
56 ngx_feature_incs="#include <md5.h>" 56 ngx_feature_incs="#include <md5.h>"
57 ngx_feature_path= 57 ngx_feature_path=
58 ngx_feature_libs="-lmd5" 58 ngx_feature_libs="-lmd"
59 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)" 59 ngx_feature_test="MD5_CTX md5; MD5Init(&md5)"
60 . auto/feature 60 . auto/feature
61 61
62 ngx_md5_lib="system md5" 62 ngx_md5_lib="system md"
63 63
64 if [ $ngx_found = no ]; then 64 if [ $ngx_found = no ]; then
65 65
66 # FreeBSD 66 # Solaris 8/9
67 67
68 ngx_feature="rsaref md library" 68 ngx_feature="system md5 library"
69 ngx_feature_libs="-lmd" 69 ngx_feature_libs="-lmd5"
70 . auto/feature 70 . auto/feature
71 71
72 ngx_md5_lib="system md" 72 ngx_md5_lib="system md5"
73 fi 73 fi
74 74
75 if [ $ngx_found = no ]; then 75 if [ $ngx_found = no ]; then
76 76
77 # OpenSSL crypto library 77 # OpenSSL crypto library