diff options
author | rofafor <rofafor> | 2008-11-12 10:53:40 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2008-11-12 10:53:40 +0000 |
commit | 6ae2e687d1a784091702ea6ae511de9150edeb7b (patch) | |
tree | fbc0beb2f42417dd02a50c43143a7cb3949d4772 | |
parent | 6fd1b08c26e1aa85a52c8923eed22abdb49f248d (diff) | |
download | xineliboutput-6ae2e687d1a784091702ea6ae511de9150edeb7b.tar.gz xineliboutput-6ae2e687d1a784091702ea6ae511de9150edeb7b.tar.bz2 |
Silenced stdout and stderr in testhdr compilation.
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |