comparison auto/lib/md5/conf @ 635:e67b227c8dbb default tip

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:07:55 +0400
parents 53f5f04a64b8
children
comparison
equal deleted inserted replaced
578:f3a9e57d2e17 635:e67b227c8dbb
92 92
93 if [ $ngx_found = yes ]; then 93 if [ $ngx_found = yes ]; then
94 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 94 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
95 MD5=YES 95 MD5=YES
96 MD5_LIB=$ngx_md5_lib 96 MD5_LIB=$ngx_md5_lib
97 else 97 fi
98 fi
98 99
100 if [ $MD5 != YES ]; then
99 cat << END 101 cat << END
100 102
101 $0: error: the HTTP cache module requires md5 functions 103 $0: error: the HTTP cache module requires md5 functions
102 from OpenSSL library. You can either disable the module by using 104 from OpenSSL library. You can either disable the module by using
103 --without-http-cache option, or install the OpenSSL library into the system, 105 --without-http-cache option, or install the OpenSSL library into the system,
104 or build the OpenSSL library statically from the source with nginx by using 106 or build the OpenSSL library statically from the source with nginx by using
105 --with-http_ssl_module --with-openssl=<path> options. 107 --with-http_ssl_module --with-openssl=<path> options.
106 108
107 END 109 END
108 exit 1 110 exit 1
109 fi
110
111 fi 111 fi
112 112
113 fi 113 fi