Code

configure: Re-enabled coverage support for GCC.
authorSebastian Harl <sh@tokkee.org>
Sat, 21 Dec 2013 21:05:17 +0000 (22:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 21 Dec 2013 21:05:17 +0000 (22:05 +0100)
D'oh!

configure.ac

index 4977fb5986b7c4902a120fce4415609731128976..c1718a7b0681a17b378a667402c422a576a9881c 100644 (file)
@@ -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