X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=771840cfb09f92eff4e64bc9d300bef51e8310a1;hb=55e2f5e98252b390c10e98f6d33db713fa15b0ed;hp=4ef6ccceaf888be5b1d29fb3176d7b1f12326b0e;hpb=b4ccc3c1361ca611d6590dd4af288fb9fa6a843b;p=musl diff --git a/configure b/configure index 4ef6ccce..771840cf 100755 --- a/configure +++ b/configure @@ -148,7 +148,7 @@ test -n "$CC" || { echo "$0: cannot find a C compiler" ; exit 1 ; } # if test -z "$wrapper" ; then printf "checking whether compiler is gcc... " -if fnmatch 'gcc*|GCC*' "$("$CC" --version 2>/dev/null)" ; then +if fnmatch '*\(GCC\)*' "$("$CC" --version 2>/dev/null)" ; then echo yes printf "checking whether to build musl-gcc wrapper... " wrapper=yes