summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEmanuele Aina <em@nerd.ocracy.org>2007-06-25 09:13:47 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-05-15 16:18:44 +0100
commit88bc0fe9e1019025221ed0849417bfcb14999568 (patch)
tree2ce9eab65778b8912b9a5aa506237d140dd7b46e /m4
parent0c314b851edc62ddff813580517b0b2dd6b4e3bf (diff)
Print 'no' when checking for the lcov executable
Diffstat (limited to 'm4')
-rw-r--r--m4/wocky-lcov.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/wocky-lcov.m4 b/m4/wocky-lcov.m4
index 908e872..a701510 100644
--- a/m4/wocky-lcov.m4
+++ b/m4/wocky-lcov.m4
@@ -9,6 +9,7 @@ AC_DEFUN([WOCKY_LCOV],
if $LCOV_PATH --compat-libtool --help > /dev/null 2>&1 ; then
AC_MSG_RESULT(ok)
else
+ AC_MSG_RESULT(no)
AC_MSG_WARN([lcov option --compat-libtool is not supported])
AC_MSG_WARN([update lcov to version > 1.5])
LCOV_PATH=no