From 6ae2e687d1a784091702ea6ae511de9150edeb7b Mon Sep 17 00:00:00 2001 From: rofafor Date: Wed, 12 Nov 2008 10:53:40 +0000 Subject: Silenced stdout and stderr in testhdr compilation. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index de393be4..28a0a93c 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.10 2008-11-11 11:41:44 phintuka Exp $ +# * $Id: configure,v 1.11 2008-11-12 10:53:40 rofafor Exp $ # PKG_CONFIG="pkg-config" @@ -130,7 +130,7 @@ test_library_c(){ log -n "Checking for $libname ... " generate_test_c $hdr $subsys $func - $CC -g testhdr.c -o testhdr $CFLAGS $lib + $CC -g testhdr.c -o testhdr $CFLAGS $lib > /dev/null 2>&1 err=$? if test $err = 0; then -- cgit v1.2.3