From: Roy Marples Date: Mon, 3 Feb 2014 17:29:36 +0000 (+0000) Subject: We don't want to show cc errors here X-Git-Tag: v6.3.0~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfeba513916afcd495a2dc043aad763bf31da77f;p=thirdparty%2Fdhcpcd.git We don't want to show cc errors here --- diff --git a/configure b/configure index d974f0a4..98307f8c 100755 --- a/configure +++ b/configure @@ -639,7 +639,7 @@ int main(void) { } EOF # We only want to link to libmd if it exists in /lib - set -- $(ls /lib/libmd.so.*) + set -- $(ls /lib/libmd.so.* 2>/dev/null) if $XCC _md5.c -o _md5 2>/dev/null; then MD5=yes elif [ -e "$1" ] && $XCC _md5.c -lmd -o _md5 2>/dev/null; then