From 1908002e9b7cbd9c3ebdec061e842bd6296b1edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20S=C3=B8rvig?= Date: Tue, 25 Aug 2009 10:12:07 +0200 Subject: Silence linkerSupportsFlag test output. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 49b2e86..3f3e55a 100755 --- a/configure +++ b/configure @@ -115,7 +115,7 @@ linkerSupportsFlag() safe_flag=`shellEscape "$flag"` lflags=$lflags,$safe_flag done - compilerSupportsFlag "$lflags" + compilerSupportsFlag "$lflags" >/dev/null 2>&1 } #------------------------------------------------------------------------------- -- cgit v0.12