mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
hide grep errors
This commit is contained in:
parent
2b89d20302
commit
dc7a872a43
@ -4,7 +4,7 @@
|
||||
|
||||
if [ $MD5 != NONE ]; then
|
||||
|
||||
if grep MD5_Init $MD5/md5.h >/dev/null; then
|
||||
if grep MD5_Init $MD5/md5.h 2>&1 >/dev/null; then
|
||||
# OpenSSL md5
|
||||
OPENSSL_MD5=YES
|
||||
have=NGX_HAVE_OPENSSL_MD5 . auto/have
|
||||
|
Loading…
Reference in New Issue
Block a user