diff --git a/configure b/configure index ad0b525acf..fe95251c68 100755 --- a/configure +++ b/configure @@ -682,9 +682,9 @@ as_o(){ check_as(){ log check_as "$@" - cat > $TMPC - log_file $TMPC - check_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPC + cat > $TMPS + log_file $TMPS + check_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS } check_inline_asm(){ @@ -693,7 +693,7 @@ check_inline_asm(){ code="$2" shift 2 disable $name - check_as "$@" <