X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=e80fdfb3f690cd94d2204befdd0925c81bf33870;hb=2de85a985654d2c944931267645d9a0686242dfe;hp=673d2913572b149f1d196e2d3c9c667c96043aea;hpb=200d15479c0bc48471ee7b8e538ce33af990f82e;p=musl diff --git a/configure b/configure index 673d2913..e80fdfb3 100755 --- a/configure +++ b/configure @@ -204,7 +204,7 @@ fi # musl-gcc wrapper, and for critical bug detection in some gcc versions. # printf "checking whether compiler is gcc... " -if fnmatch '*gcc\ version*' "$($CC -v 2>&1)" ; then +if fnmatch '*gcc\ version*' "$(LC_ALL=C $CC -v 2>&1)" ; then cc_is_gcc=yes else cc_is_gcc=no