aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-07-20 10:49:06 -0700
committerBen Pfaff <blp@nicira.com>2012-07-20 13:10:48 -0700
commit8faa5a21738f4d47c630c24a3bcf177eb34ce705 (patch)
tree400a75216cdd997f1adca021d5870ad3a16c6818 /m4
parent5cc2c261d33f091ea45ff3de22737cf4deb724a2 (diff)
tests: Remove bit-rotted support for "lcov".
At one point I got the "lcov" utilities to work well with OVS. Then I didn't try to use them again for a year or so, and when I did I found that it didn't work at all. I wasn't able to fix the problem easily, so it seems better to remove the feature than to leave around broken code. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index dca9f5fe..eca6010f 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -22,7 +22,7 @@ AC_DEFUN([OVS_CHECK_COVERAGE],
[AC_HELP_STRING([--enable-coverage],
[Enable gcov coverage tool.])],
[case "${enableval}" in
- (lcov|yes) coverage=true ;;
+ (yes) coverage=true ;;
(no) coverage=false ;;
(*) AC_MSG_ERROR([bad value ${enableval} for --enable-coverage]) ;;
esac],