diff --git a/configure b/configure index ccc2cc4da0..0dfc8d3a5a 100755 --- a/configure +++ b/configure @@ -356,7 +356,7 @@ compilerSupportsFlag() cat >conftest.cpp </dev/null 2>&1 ret=$? rm -f conftest.cpp conftest-out.o return $ret @@ -372,7 +372,7 @@ linkerSupportsFlag() safe_flag=`shellEscape "$flag"` lflags=$lflags,$safe_flag done - compilerSupportsFlag $compiler $lflags >/dev/null 2>&1 + compilerSupportsFlag $compiler $lflags } # $1: newline-separated list of default paths