X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=c1718a7b0681a17b378a667402c422a576a9881c;hb=ae32792b881853979265e41b49866be9ea2d6b2c;hp=4977fb5986b7c4902a120fce4415609731128976;hpb=7dc71a66ca212863e6f748edf1eced45436577c1;p=sysdb.git diff --git a/configure.ac b/configure.ac index 4977fb5..c1718a7 100644 --- a/configure.ac +++ b/configure.ac @@ -195,10 +195,10 @@ dnl $GCC is based on some heuristics which might apply to clang as well. dnl However, clang does not support gcov. cc_is_gcc="no" case "x$CC" in - gcc) + xgcc) cc_is_gcc="yes" ;; - gcc-*) + xgcc-*) cc_is_gcc="yes" ;; esac