summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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