aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-03 17:05:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-03 17:05:52 +0200
commit6ff51ff7daf7690a58e8c2f2da2d070abf93fd3d (patch)
tree2856b380cf6d78bf79b8cea54561dc98bb6dc6b7 /configure
parent69aaf14ad893fde14f8ba97c395ac8f6f8b96d94 (diff)
parentdd345753c1742905c9f81aa71d8b09109fbc5456 (diff)
Merge lcov improvements.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 23447102..88307d88 100755
--- a/configure
+++ b/configure
@@ -392,8 +392,8 @@ else
fi
if [ "$gcov" = "1" ]; then
- echo "CFLAGS+=-ftest-coverage -fprofile-arcs" >> Makefile.settings
- echo "EFLAGS+=-lgcov" >> Makefile.settings
+ echo "CFLAGS+=--coverage" >> Makefile.settings
+ echo "EFLAGS+=--coverage" >> Makefile.settings
fi
if [ "$plugins" = 0 ]; then