diff --git a/configure b/configure index 0815df5a4e..d281267a70 100755 --- a/configure +++ b/configure @@ -214,7 +214,7 @@ add_extralibs(){ } check_cmd(){ - "$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; } + "$@" >>$logfile 2>&1 } check_cc(){