summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2008-11-12 10:53:40 +0000
committerrofafor <rofafor>2008-11-12 10:53:40 +0000
commit6ae2e687d1a784091702ea6ae511de9150edeb7b (patch)
treefbc0beb2f42417dd02a50c43143a7cb3949d4772
parent6fd1b08c26e1aa85a52c8923eed22abdb49f248d (diff)
downloadxineliboutput-6ae2e687d1a784091702ea6ae511de9150edeb7b.tar.gz
xineliboutput-6ae2e687d1a784091702ea6ae511de9150edeb7b.tar.bz2
Silenced stdout and stderr in testhdr compilation.
-rwxr-xr-xconfigure4
1 files 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