From: Sebastian Harl Date: Sat, 21 Dec 2013 21:05:17 +0000 (+0100) Subject: configure: Re-enabled coverage support for GCC. X-Git-Tag: sysdb-0.1.0~289 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=70d1dfc06f48405f6e40ceba4fc943e6344c940d configure: Re-enabled coverage support for GCC. D'oh! --- 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