changeset 2279:83ca8e0b70bd draft

We don't want to show cc errors here
author Roy Marples <roy@marples.name>
date Mon, 03 Feb 2014 17:29:36 +0000
parents 54eea0036437
children 8983a3277ea5
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Feb 03 14:12:14 2014 +0000
+++ b/configure	Mon Feb 03 17:29:36 2014 +0000
@@ -639,7 +639,7 @@
 }
 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