diff options
-rw-r--r-- | m4/wocky-lcov.m4 | 1 |
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 |