From: Igor Sysoev Date: Wed, 15 Apr 2009 11:47:51 +0000 (+0000) Subject: hide grep errors X-Git-Tag: release-0.7.52~19 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=dc7a872a4367e956cd6007d40201e51965be6574;p=nginx.git hide grep errors --- diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index e081e4953..33f0c37b8 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -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