]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We don't want to show cc errors here
authorRoy Marples <roy@marples.name>
Mon, 3 Feb 2014 17:29:36 +0000 (17:29 +0000)
committerRoy Marples <roy@marples.name>
Mon, 3 Feb 2014 17:29:36 +0000 (17:29 +0000)
configure

index d974f0a46e4f12c09065b7421395a35670685747..98307f8c0af34011185e204167c57c618ca7537a 100755 (executable)
--- 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