summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEmanuele Aina <em@nerd.ocracy.org>2007-06-25 09:13:47 +0000
committerEmanuele Aina <em@nerd.ocracy.org>2007-06-25 09:13:47 +0000
commit41dbc77310f4eefe92075c97d1b27122c57553fc (patch)
tree38dc811b27e3f1dd8295663e9e7ee2e6ca572c91 /m4
parentf9223be7ec3f3ba3f78580c191aacc5fbf28b023 (diff)
downloadtelepathy-salut-41dbc77310f4eefe92075c97d1b27122c57553fc.tar.gz
Print 'no' when checking for the lcov executable
20070625091347-f974e-685d07ee25031df4129e60f9df4eb6fdd5ba0e84.gz
Diffstat (limited to 'm4')
-rw-r--r--m4/salut-lcov.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/salut-lcov.m4 b/m4/salut-lcov.m4
index c3ad58f3..8d9a4da1 100644
--- a/m4/salut-lcov.m4
+++ b/m4/salut-lcov.m4
@@ -9,6 +9,7 @@ AC_DEFUN([SALUT_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