diff --git a/configure b/configure index f1867532a0..7570c0a388 100755 --- a/configure +++ b/configure @@ -5033,7 +5033,7 @@ fi for pfx in "" host_; do varname=${pfx%_}cc_type eval "type=\$$varname" - if [ $type = "msvc" ]; then + if [ "$type" = "msvc" ]; then check_${pfx}cc <