summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3155567..80e1ab4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,8 @@ if test x$gcov = xtrue ; then
[
GCOV_FLAGS="-fprofile-arcs -ftest-coverage"
GCOV_LDFLAGS="-lgcov"
+ CXXFLAGS=""
+ CFLAGS=""
], [
AC_MSG_ERROR([failed to locate gcov library])
])