diff options
-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 |